Shades of Sapphire #102F60
Tints of Sapphire #102F60
RGB
CMYK
RGB Variations
Color information
#102F60 (or 0x102F60) is known color: Sapphire. HEX triplet: 10, 2F and 60. RGB value is (16,47,96). Sum of RGB (Red+Green+Blue) = 16+47+96=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #102F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F60 is #EFD09F. Grayscale: #2B2B2B. Windows color (decimal): -15716512 or 6303504. OLE color: 6303504.
HSL color Cylindrical-coordinate representation of color #102F60: hue angle of 216.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102F60 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 47 | 96 | - |
| CMYK | 0.83 | 0.51 | 0 | 0.62 |
| HSL | 216.75º | 0.71% | 0.22% | - |
| HSV(B) | 216.75º | 0.83% | 0.38% | - |
| XYZ | 3.34 | 2.99 | 11.47 | - |
| YUV | 43.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 96 | 0.83 | 0.51 | 0 | 0.62 | 216.75 | 0.71 | 0.22 |
| Hex | 10 | 2F | 60 | 53 | 33 | 0 | 3E | D9 | 47 | 16 |
| Octal | 20 | 57 | 140 | 123 | 63 | 0 | 76 | 331 | 107 | 26 |
| Binary | 10000 | 101111 | 1100000 | 1010011 | 110011 | 0 | 111110 | 11011001 | 1000111 | 10110 |
Color Harmonies of #102F60
Complementary color
Monochromatic Colors of #102F60
Black with #102F60
Text Example
Text Example
White with #102F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F60; }
p { color: rgb(16,47,96); }
H1.HeaderClassName
{
color: #102F60;
}
.AnyTagClassName
{
color: #102F60;
}
</style>
background-color css
<style>
a { background-color: #102F60; }
a { background-color: rgb(16,47,96); }
div.DivClassName
{
background-color: #102F60;
}
.BgClassName
{
background-color: #102F60;
}
</style>
border-color css
<style>
span { border-color: #102F60; }
span { border-color: rgb(16,47,96); }
td.TdClassName
{
border-color: #102F60;
}
.TagClassName
{
border-color: #102F60;
}
</style>