Shades of Sapphire #011972
Tints of Sapphire #011972
RGB
CMYK
RGB Variations
Color information
#011972 (or 0x011972) is known color: Sapphire. HEX triplet: 01, 19 and 72. RGB value is (1,25,114). Sum of RGB (Red+Green+Blue) = 1+25+114=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 114 (44.92% from 255 or 81.43% from 140); Max value from RGB is 114 - color contains mainly: blue. Hex color #011972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011972 is #FEE68D. Grayscale: #1B1B1B. Windows color (decimal): -16705166 or 7477505. OLE color: 7477505.
HSL color Cylindrical-coordinate representation of color #011972: hue angle of 227.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011972 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 25 | 114 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.55 |
| HSL | 227.26º | 0.98% | 0.23% | - |
| HSV(B) | 227.26º | 0.99% | 0.45% | - |
| XYZ | 3.4 | 1.92 | 16.11 | - |
| YUV | 27.97 | 176.55 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 114 | 0.99 | 0.78 | 0 | 0.55 | 227.26 | 0.98 | 0.23 |
| Hex | 1 | 19 | 72 | 63 | 4E | 0 | 37 | E3 | 62 | 17 |
| Octal | 1 | 31 | 162 | 143 | 116 | 0 | 67 | 343 | 142 | 27 |
| Binary | 1 | 11001 | 1110010 | 1100011 | 1001110 | 0 | 110111 | 11100011 | 1100010 | 10111 |
Color Harmonies of #011972
Complementary color
Monochromatic Colors of #011972
Black with #011972
Text Example
Text Example
White with #011972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011972; }
p { color: rgb(1,25,114); }
H1.HeaderClassName
{
color: #011972;
}
.AnyTagClassName
{
color: #011972;
}
</style>
background-color css
<style>
a { background-color: #011972; }
a { background-color: rgb(1,25,114); }
div.DivClassName
{
background-color: #011972;
}
.BgClassName
{
background-color: #011972;
}
</style>
border-color css
<style>
span { border-color: #011972; }
span { border-color: rgb(1,25,114); }
td.TdClassName
{
border-color: #011972;
}
.TagClassName
{
border-color: #011972;
}
</style>