Shades of Sapphire #102769
Tints of Sapphire #102769
RGB
CMYK
RGB Variations
Color information
#102769 (or 0x102769) is known color: Sapphire. HEX triplet: 10, 27 and 69. RGB value is (16,39,105). Sum of RGB (Red+Green+Blue) = 16+39+105=160 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 105 (41.41% from 255 or 65.62% from 160); Max value from RGB is 105 - color contains mainly: blue. Hex color #102769 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102769 is #EFD896. Grayscale: #272727. Windows color (decimal): -15718551 or 6891280. OLE color: 6891280.
HSL color Cylindrical-coordinate representation of color #102769: hue angle of 224.49º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #102769 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 16 | 39 | 105 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.59 |
| HSL | 224.49º | 0.74% | 0.24% | - |
| HSV(B) | 224.49º | 0.85% | 0.41% | - |
| XYZ | 3.49 | 2.58 | 13.68 | - |
| YUV | 39.65 | 164.88 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 105 | 0.85 | 0.63 | 0 | 0.59 | 224.49 | 0.74 | 0.24 |
| Hex | 10 | 27 | 69 | 55 | 3F | 0 | 3B | E0 | 4A | 18 |
| Octal | 20 | 47 | 151 | 125 | 77 | 0 | 73 | 340 | 112 | 30 |
| Binary | 10000 | 100111 | 1101001 | 1010101 | 111111 | 0 | 111011 | 11100000 | 1001010 | 11000 |
Color Harmonies of #102769
Complementary color
Monochromatic Colors of #102769
Black with #102769
Text Example
Text Example
White with #102769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102769; }
p { color: rgb(16,39,105); }
H1.HeaderClassName
{
color: #102769;
}
.AnyTagClassName
{
color: #102769;
}
</style>
background-color css
<style>
a { background-color: #102769; }
a { background-color: rgb(16,39,105); }
div.DivClassName
{
background-color: #102769;
}
.BgClassName
{
background-color: #102769;
}
</style>
border-color css
<style>
span { border-color: #102769; }
span { border-color: rgb(16,39,105); }
td.TdClassName
{
border-color: #102769;
}
.TagClassName
{
border-color: #102769;
}
</style>