Shades of Sapphire #011672
Tints of Sapphire #011672
RGB
CMYK
RGB Variations
Color information
#011672 (or 0x011672) is known color: Sapphire. HEX triplet: 01, 16 and 72. RGB value is (1,22,114). Sum of RGB (Red+Green+Blue) = 1+22+114=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #011672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011672 is #FEE98D. Grayscale: #191919. Windows color (decimal): -16705934 or 7476737. OLE color: 7476737.
HSL color Cylindrical-coordinate representation of color #011672: hue angle of 228.85º 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 #011672 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 22 | 114 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.55 |
| HSL | 228.85º | 0.98% | 0.23% | - |
| HSV(B) | 228.85º | 0.99% | 0.45% | - |
| XYZ | 3.34 | 1.8 | 16.09 | - |
| YUV | 26.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 114 | 0.99 | 0.81 | 0 | 0.55 | 228.85 | 0.98 | 0.23 |
| Hex | 1 | 16 | 72 | 63 | 51 | 0 | 37 | E5 | 62 | 17 |
| Octal | 1 | 26 | 162 | 143 | 121 | 0 | 67 | 345 | 142 | 27 |
| Binary | 1 | 10110 | 1110010 | 1100011 | 1010001 | 0 | 110111 | 11100101 | 1100010 | 10111 |
Color Harmonies of #011672
Complementary color
Monochromatic Colors of #011672
Black with #011672
Text Example
Text Example
White with #011672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011672; }
p { color: rgb(1,22,114); }
H1.HeaderClassName
{
color: #011672;
}
.AnyTagClassName
{
color: #011672;
}
</style>
background-color css
<style>
a { background-color: #011672; }
a { background-color: rgb(1,22,114); }
div.DivClassName
{
background-color: #011672;
}
.BgClassName
{
background-color: #011672;
}
</style>
border-color css
<style>
span { border-color: #011672; }
span { border-color: rgb(1,22,114); }
td.TdClassName
{
border-color: #011672;
}
.TagClassName
{
border-color: #011672;
}
</style>