Shades of Sapphire #011872
Tints of Sapphire #011872
RGB
CMYK
RGB Variations
Color information
#011872 (or 0x011872) is known color: Sapphire. HEX triplet: 01, 18 and 72. RGB value is (1,24,114). Sum of RGB (Red+Green+Blue) = 1+24+114=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 24 (9.77% from 255 or 17.27% from 139); Blue value is 114 (44.92% from 255 or 82.01% from 139); Max value from RGB is 114 - color contains mainly: blue. Hex color #011872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011872 is #FEE78D. Grayscale: #1B1B1B. Windows color (decimal): -16705422 or 7477249. OLE color: 7477249.
HSL color Cylindrical-coordinate representation of color #011872: hue angle of 227.79º 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 #011872 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 24 | 114 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.55 |
| HSL | 227.79º | 0.98% | 0.23% | - |
| HSV(B) | 227.79º | 0.99% | 0.45% | - |
| XYZ | 3.38 | 1.87 | 16.1 | - |
| YUV | 27.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 114 | 0.99 | 0.79 | 0 | 0.55 | 227.79 | 0.98 | 0.23 |
| Hex | 1 | 18 | 72 | 63 | 4F | 0 | 37 | E4 | 62 | 17 |
| Octal | 1 | 30 | 162 | 143 | 117 | 0 | 67 | 344 | 142 | 27 |
| Binary | 1 | 11000 | 1110010 | 1100011 | 1001111 | 0 | 110111 | 11100100 | 1100010 | 10111 |
Color Harmonies of #011872
Complementary color
Monochromatic Colors of #011872
Black with #011872
Text Example
Text Example
White with #011872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011872; }
p { color: rgb(1,24,114); }
H1.HeaderClassName
{
color: #011872;
}
.AnyTagClassName
{
color: #011872;
}
</style>
background-color css
<style>
a { background-color: #011872; }
a { background-color: rgb(1,24,114); }
div.DivClassName
{
background-color: #011872;
}
.BgClassName
{
background-color: #011872;
}
</style>
border-color css
<style>
span { border-color: #011872; }
span { border-color: rgb(1,24,114); }
td.TdClassName
{
border-color: #011872;
}
.TagClassName
{
border-color: #011872;
}
</style>