Shades of Sapphire #102477
Tints of Sapphire #102477
RGB
CMYK
RGB Variations
Color information
#102477 (or 0x102477) is known color: Sapphire. HEX triplet: 10, 24 and 77. RGB value is (16,36,119). Sum of RGB (Red+Green+Blue) = 16+36+119=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #102477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102477 is #EFDB88. Grayscale: #272727. Windows color (decimal): -15719305 or 7808016. OLE color: 7808016.
HSL color Cylindrical-coordinate representation of color #102477: hue angle of 228.35º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102477 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 36 | 119 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.53 |
| HSL | 228.35º | 0.76% | 0.26% | - |
| HSV(B) | 228.35º | 0.87% | 0.47% | - |
| XYZ | 4.17 | 2.7 | 17.75 | - |
| YUV | 39.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 119 | 0.87 | 0.70 | 0 | 0.53 | 228.35 | 0.76 | 0.26 |
| Hex | 10 | 24 | 77 | 57 | 46 | 0 | 35 | E4 | 4C | 1A |
| Octal | 20 | 44 | 167 | 127 | 106 | 0 | 65 | 344 | 114 | 32 |
| Binary | 10000 | 100100 | 1110111 | 1010111 | 1000110 | 0 | 110101 | 11100100 | 1001100 | 11010 |
Color Harmonies of #102477
Complementary color
Monochromatic Colors of #102477
Black with #102477
Text Example
Text Example
White with #102477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102477; }
p { color: rgb(16,36,119); }
H1.HeaderClassName
{
color: #102477;
}
.AnyTagClassName
{
color: #102477;
}
</style>
background-color css
<style>
a { background-color: #102477; }
a { background-color: rgb(16,36,119); }
div.DivClassName
{
background-color: #102477;
}
.BgClassName
{
background-color: #102477;
}
</style>
border-color css
<style>
span { border-color: #102477; }
span { border-color: rgb(16,36,119); }
td.TdClassName
{
border-color: #102477;
}
.TagClassName
{
border-color: #102477;
}
</style>