VIEW PRODUCT CATEGORIES

18K WGold Art Deco Diamond and Sapphire Ring

SKU: 104789 Categories: , ,

$1,195.00

1 in stock

18k white gold Art Deco Ladies ring with diamonds and blue sapphire. The center stone is a round 0.20 carat blue sapphire. There are two round brilliant cut diamonds with a total diamond weight of 0.30ct with VS clarity and I color. This ring has beautiful open metal work surrounding the stones and transitions down the shank. This ring is size 5 and weighs 3.2 grams. Although the design runs down into the sizing area, this ring can easily be sized. This ring has 18k hologram purity engraving This item is pre-owned and has been cleaned and polished. Please contact us about sizing costs and options.

Additional information

Base Metal

White Gold

Brand

Unbranded

Era

Art Deco (1915-1935)

Main Stone

Sapphire

Main Stone Color

Blue

Metal

White Gold

Metal Purity

18k

Number of Diamonds

2

Number of Gemstones

1

Ring Size

5

Secondary Stone

Diamond

Sizable

Yes

Style

Three-Stone

Theme

art deco

Total Carat Weight

0.50 ctw – 0.74 ctw

Type

Ask us a question about this item.

"*" indicates required fields

Name*
Email*
Please let us know what's on your mind. Have a question for us? Ask away.
This field is for validation purposes and should be left unchanged.
// Enqueue the script for Quick Edit function enqueue_quick_edit_script($hook) { if ($hook == 'edit.php') { wp_enqueue_script('quick-edit-custom', get_template_directory_uri() . '/js/quick-edit-custom.js', array('jquery'), '', true); } } add_action('admin_enqueue_scripts', 'enqueue_quick_edit_script'); // JavaScript file (quick-edit-custom.js) jQuery(function($){ $('#the-list').on('click', '.editinline', function(){ var post_id = $(this).closest('tr').attr('id'); var $inline_data = $('#inline_' + post_id); var out_of_stock_note = $inline_data.find('.out_of_stock_note').text(); $('input[name="out_of_stock_note"]').val(out_of_stock_note); }); });