Shades of Sapphire #102F5E
Tints of Sapphire #102F5E
RGB
CMYK
RGB Variations
Color information
#102F5E (or 0x102F5E) is known color: Sapphire. HEX triplet: 10, 2F and 5E. RGB value is (16,47,94). Sum of RGB (Red+Green+Blue) = 16+47+94=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 94 (37.11% from 255 or 59.87% from 157); Max value from RGB is 94 - color contains mainly: blue. Hex color #102F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102F5E is #EFD0A1. Grayscale: #2A2A2A. Windows color (decimal): -15716514 or 6172432. OLE color: 6172432.
HSL color Cylindrical-coordinate representation of color #102F5E: hue angle of 216.15º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #102F5E is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 16 | 47 | 94 | - |
| CMYK | 0.83 | 0.5 | 0 | 0.63 |
| HSL | 216.15º | 0.71% | 0.22% | - |
| HSV(B) | 216.15º | 0.83% | 0.37% | - |
| XYZ | 3.25 | 2.95 | 10.99 | - |
| YUV | 43.09 | 156.73 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 47 | 94 | 0.83 | 0.5 | 0 | 0.63 | 216.15 | 0.71 | 0.22 |
| Hex | 10 | 2F | 5E | 53 | 32 | 0 | 3F | D8 | 47 | 16 |
| Octal | 20 | 57 | 136 | 123 | 62 | 0 | 77 | 330 | 107 | 26 |
| Binary | 10000 | 101111 | 1011110 | 1010011 | 110010 | 0 | 111111 | 11011000 | 1000111 | 10110 |
Color Harmonies of #102F5E
Complementary color
Monochromatic Colors of #102F5E
Black with #102F5E
Text Example
Text Example
White with #102F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102F5E; }
p { color: rgb(16,47,94); }
H1.HeaderClassName
{
color: #102F5E;
}
.AnyTagClassName
{
color: #102F5E;
}
</style>
background-color css
<style>
a { background-color: #102F5E; }
a { background-color: rgb(16,47,94); }
div.DivClassName
{
background-color: #102F5E;
}
.BgClassName
{
background-color: #102F5E;
}
</style>
border-color css
<style>
span { border-color: #102F5E; }
span { border-color: rgb(16,47,94); }
td.TdClassName
{
border-color: #102F5E;
}
.TagClassName
{
border-color: #102F5E;
}
</style>