Shades of Sapphire #011670
Tints of Sapphire #011670
RGB
CMYK
RGB Variations
Color information
#011670 (or 0x011670) is known color: Sapphire. HEX triplet: 01, 16 and 70. RGB value is (1,22,112). Sum of RGB (Red+Green+Blue) = 1+22+112=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #011670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011670 is #FEE98F. Grayscale: #191919. Windows color (decimal): -16705936 or 7345665. OLE color: 7345665.
HSL color Cylindrical-coordinate representation of color #011670: hue angle of 228.65º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011670 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 22 | 112 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.56 |
| HSL | 228.65º | 0.98% | 0.22% | - |
| HSV(B) | 228.65º | 0.99% | 0.44% | - |
| XYZ | 3.22 | 1.75 | 15.5 | - |
| YUV | 25.98 | 176.54 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 112 | 0.99 | 0.80 | 0 | 0.56 | 228.65 | 0.98 | 0.22 |
| Hex | 1 | 16 | 70 | 63 | 50 | 0 | 38 | E5 | 62 | 16 |
| Octal | 1 | 26 | 160 | 143 | 120 | 0 | 70 | 345 | 142 | 26 |
| Binary | 1 | 10110 | 1110000 | 1100011 | 1010000 | 0 | 111000 | 11100101 | 1100010 | 10110 |
Color Harmonies of #011670
Complementary color
Monochromatic Colors of #011670
Black with #011670
Text Example
Text Example
White with #011670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011670; }
p { color: rgb(1,22,112); }
H1.HeaderClassName
{
color: #011670;
}
.AnyTagClassName
{
color: #011670;
}
</style>
background-color css
<style>
a { background-color: #011670; }
a { background-color: rgb(1,22,112); }
div.DivClassName
{
background-color: #011670;
}
.BgClassName
{
background-color: #011670;
}
</style>
border-color css
<style>
span { border-color: #011670; }
span { border-color: rgb(1,22,112); }
td.TdClassName
{
border-color: #011670;
}
.TagClassName
{
border-color: #011670;
}
</style>