Shades of Sapphire #012476
Tints of Sapphire #012476
RGB
CMYK
RGB Variations
Color information
#012476 (or 0x012476) is known color: Sapphire. HEX triplet: 01, 24 and 76. RGB value is (1,36,118). Sum of RGB (Red+Green+Blue) = 1+36+118=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 118 (46.48% from 255 or 76.13% from 155); Max value from RGB is 118 - color contains mainly: blue. Hex color #012476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012476 is #FEDB89. Grayscale: #222222. Windows color (decimal): -16702346 or 7742465. OLE color: 7742465.
HSL color Cylindrical-coordinate representation of color #012476: hue angle of 222.05º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012476 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 36 | 118 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.54 |
| HSL | 222.05º | 0.98% | 0.23% | - |
| HSV(B) | 222.05º | 0.99% | 0.46% | - |
| XYZ | 3.91 | 2.58 | 17.43 | - |
| YUV | 34.88 | 174.9 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 36 | 118 | 0.99 | 0.69 | 0 | 0.54 | 222.05 | 0.98 | 0.23 |
| Hex | 1 | 24 | 76 | 63 | 45 | 0 | 36 | DE | 62 | 17 |
| Octal | 1 | 44 | 166 | 143 | 105 | 0 | 66 | 336 | 142 | 27 |
| Binary | 1 | 100100 | 1110110 | 1100011 | 1000101 | 0 | 110110 | 11011110 | 1100010 | 10111 |
Color Harmonies of #012476
Complementary color
Monochromatic Colors of #012476
Black with #012476
Text Example
Text Example
White with #012476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012476; }
p { color: rgb(1,36,118); }
H1.HeaderClassName
{
color: #012476;
}
.AnyTagClassName
{
color: #012476;
}
</style>
background-color css
<style>
a { background-color: #012476; }
a { background-color: rgb(1,36,118); }
div.DivClassName
{
background-color: #012476;
}
.BgClassName
{
background-color: #012476;
}
</style>
border-color css
<style>
span { border-color: #012476; }
span { border-color: rgb(1,36,118); }
td.TdClassName
{
border-color: #012476;
}
.TagClassName
{
border-color: #012476;
}
</style>