Shades of Sapphire #102478
Tints of Sapphire #102478
RGB
CMYK
RGB Variations
Color information
#102478 (or 0x102478) is known color: Sapphire. HEX triplet: 10, 24 and 78. RGB value is (16,36,120). Sum of RGB (Red+Green+Blue) = 16+36+120=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #102478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #102478 is #EFDB87. Grayscale: #272727. Windows color (decimal): -15719304 or 7873552. OLE color: 7873552.
HSL color Cylindrical-coordinate representation of color #102478: hue angle of 228.46º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #102478 is Cyan = 0.87, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 36 | 120 | - |
| CMYK | 0.87 | 0.7 | 0 | 0.53 |
| HSL | 228.46º | 0.76% | 0.27% | - |
| HSV(B) | 228.46º | 0.87% | 0.47% | - |
| XYZ | 4.23 | 2.73 | 18.07 | - |
| YUV | 39.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 120 | 0.87 | 0.7 | 0 | 0.53 | 228.46 | 0.76 | 0.27 |
| Hex | 10 | 24 | 78 | 57 | 46 | 0 | 35 | E4 | 4C | 1B |
| Octal | 20 | 44 | 170 | 127 | 106 | 0 | 65 | 344 | 114 | 33 |
| Binary | 10000 | 100100 | 1111000 | 1010111 | 1000110 | 0 | 110101 | 11100100 | 1001100 | 11011 |
Color Harmonies of #102478
Complementary color
Monochromatic Colors of #102478
Black with #102478
Text Example
Text Example
White with #102478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102478; }
p { color: rgb(16,36,120); }
H1.HeaderClassName
{
color: #102478;
}
.AnyTagClassName
{
color: #102478;
}
</style>
background-color css
<style>
a { background-color: #102478; }
a { background-color: rgb(16,36,120); }
div.DivClassName
{
background-color: #102478;
}
.BgClassName
{
background-color: #102478;
}
</style>
border-color css
<style>
span { border-color: #102478; }
span { border-color: rgb(16,36,120); }
td.TdClassName
{
border-color: #102478;
}
.TagClassName
{
border-color: #102478;
}
</style>