Rolex Сertified Pre-Owned Oyster Perpetual Submariner Date 2005, 40mm Reference: 16610LV
£14,950.00
Free delivery and returns
Click & collect available
Finance available, subject to status
- Reference
16610LV
- Year
2005
- Diameter
40mm
- Case
Oystersteel
- Glass
Sapphire
- Movement
Automatic
- Caliber
3135
- Power reserve (approximately)
Approximately 48 hours
- Dial
Black
- Original accessories
Original Box, Original Papers

Submariner
The Oyster Perpetual Submariner and Oyster Perpetual Submariner Date, archetypes of the divers’ watch, epitomise the historic link between Rolex and under-water exploration.

The Rolex Certification
THE TWO-YEAR INTERNATIONAL ROLEX GUARANTEE
Delivered at the time of sale, the Rolex Certified Pre-Owned guarantee card officially confirms that the watch is genuine on the date of purchase and guarantees its proper functioning for a period of two years from this date, in accordance with the guarantee manual.

Contact us
document.querySelectorAll('.message-button, .rolex-button-back-form').forEach(function(element) {
element.addEventListener('click', function(event) {
if(document.querySelector('textarea').value) {
var showSection = document.querySelector('.show-section-form');
var hideSection = document.querySelector('.hide-section-form');
showSection.classList.remove("show-section-form");
showSection.classList.add("hide-section-form");
hideSection.classList.remove("hide-section-form");
hideSection.classList.add("show-section-form");
} else {
document.querySelector('.rolex-textarea .bfb-error').innerHTML = '
Error: please input text.
';
}
});
});
document.querySelector('#rolex-contant-submit button').addEventListener('click', function(event) {
const inputEmail = document.querySelector('#rolex-contact-email input');
const inputPhone = document.querySelector('#rolex-contact-phone input');
const errorEmail = document.querySelector('#rolex-contact-email .bfb-error');
const rolexHeading = document.querySelector('.rolex-form-heading');
const rolexSubheading = document.querySelector('.rolex-form-subheading');
if(inputEmail.value || inputPhone.value) {
errorEmail.innerHTML = '';
if (rolexHeading) {
rolexHeading.style.display = "none";
}
} else {
event.preventDefault();
event.stopImmediatePropagation();
errorEmail.innerHTML = 'Error: please input email address and/or phone.
';
}
if (rolexSubheading) {
rolexSubheading.style.display = "none";
}
});
const rcpoBlockTextarea = document.getElementById('rcpo-model-contact-textarea');
const rcpoTextarea = rcpoBlockTextarea?.querySelector('textarea');
const rcpoReferenceElement = document.getElementById('rcpo-manufacture-code');
const rcpoProductName = document.querySelector('.rolex-pdp-top-title .title-pdp-rolex');
if (rcpoBlockTextarea) {
if (rcpoTextarea) {
if (rcpoReferenceElement) {
if (rcpoProductName) {
rcpoTextarea.value = 'I’m interested in %1, reference %2. I would like to be contacted with more details about this timepiece.'.replace('%1', rcpoProductName.innerText).replace('%2', rcpoReferenceElement.innerText);
}
}
}
};