Shades of Sapphire #001670
Tints of Sapphire #001670
RGB
CMYK
RGB Variations
Color information
#001670 (or 0x001670) is known color: Sapphire. HEX triplet: 00, 16 and 70. RGB value is (0,22,112). Sum of RGB (Red+Green+Blue) = 0+22+112=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 112 (44.14% from 255 or 83.58% from 134); Max value from RGB is 112 - color contains mainly: blue. Hex color #001670 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001670 is #FFE98F. Grayscale: #191919. Windows color (decimal): -16771472 or 7345664. OLE color: 7345664.
HSL color Cylindrical-coordinate representation of color #001670: hue angle of 228.21º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001670 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 22 | 112 | - |
| CMYK | 1 | 0.80 | 0 | 0.56 |
| HSL | 228.21º | 1% | 0.22% | - |
| HSV(B) | 228.21º | 1% | 0.44% | - |
| XYZ | 3.21 | 1.74 | 15.5 | - |
| YUV | 25.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 22 | 112 | 1 | 0.80 | 0 | 0.56 | 228.21 | 1 | 0.22 |
| Hex | 0 | 16 | 70 | 64 | 50 | 0 | 38 | E4 | 64 | 16 |
| Octal | 0 | 26 | 160 | 144 | 120 | 0 | 70 | 344 | 144 | 26 |
| Binary | 0 | 10110 | 1110000 | 1100100 | 1010000 | 0 | 111000 | 11100100 | 1100100 | 10110 |
Color Harmonies of #001670
Complementary color
Monochromatic Colors of #001670
Black with #001670
Text Example
Text Example
White with #001670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001670; }
p { color: rgb(0,22,112); }
H1.HeaderClassName
{
color: #001670;
}
.AnyTagClassName
{
color: #001670;
}
</style>
background-color css
<style>
a { background-color: #001670; }
a { background-color: rgb(0,22,112); }
div.DivClassName
{
background-color: #001670;
}
.BgClassName
{
background-color: #001670;
}
</style>
border-color css
<style>
span { border-color: #001670; }
span { border-color: rgb(0,22,112); }
td.TdClassName
{
border-color: #001670;
}
.TagClassName
{
border-color: #001670;
}
</style>