Shades of Sapphire #001870
Tints of Sapphire #001870
RGB
CMYK
RGB Variations
Color information
#001870 (or 0x001870) is known color: Sapphire. HEX triplet: 00, 18 and 70. RGB value is (0,24,112). Sum of RGB (Red+Green+Blue) = 0+24+112=136 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #001870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001870 is #FFE78F. Grayscale: #1A1A1A. Windows color (decimal): -16770960 or 7346176. OLE color: 7346176.
HSL color Cylindrical-coordinate representation of color #001870: hue angle of 227.14º 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 #001870 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 24 | 112 | - |
| CMYK | 1 | 0.79 | 0 | 0.56 |
| HSL | 227.14º | 1% | 0.22% | - |
| HSV(B) | 227.14º | 1% | 0.44% | - |
| XYZ | 3.25 | 1.82 | 15.51 | - |
| YUV | 26.86 | 176.05 | 108.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 112 | 1 | 0.79 | 0 | 0.56 | 227.14 | 1 | 0.22 |
| Hex | 0 | 18 | 70 | 64 | 4F | 0 | 38 | E3 | 64 | 16 |
| Octal | 0 | 30 | 160 | 144 | 117 | 0 | 70 | 343 | 144 | 26 |
| Binary | 0 | 11000 | 1110000 | 1100100 | 1001111 | 0 | 111000 | 11100011 | 1100100 | 10110 |
Color Harmonies of #001870
Complementary color
Monochromatic Colors of #001870
Black with #001870
Text Example
Text Example
White with #001870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001870; }
p { color: rgb(0,24,112); }
H1.HeaderClassName
{
color: #001870;
}
.AnyTagClassName
{
color: #001870;
}
</style>
background-color css
<style>
a { background-color: #001870; }
a { background-color: rgb(0,24,112); }
div.DivClassName
{
background-color: #001870;
}
.BgClassName
{
background-color: #001870;
}
</style>
border-color css
<style>
span { border-color: #001870; }
span { border-color: rgb(0,24,112); }
td.TdClassName
{
border-color: #001870;
}
.TagClassName
{
border-color: #001870;
}
</style>