Shades of Sapphire #001859
Tints of Sapphire #001859
RGB
CMYK
RGB Variations
Color information
#001859 (or 0x001859) is known color: Sapphire. HEX triplet: 00, 18 and 59. RGB value is (0,24,89). Sum of RGB (Red+Green+Blue) = 0+24+89=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #001859 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001859 is #FFE7A6. Grayscale: #171717. Windows color (decimal): -16770983 or 5838848. OLE color: 5838848.
HSL color Cylindrical-coordinate representation of color #001859: hue angle of 223.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001859 is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 24 | 89 | - |
| CMYK | 1 | 0.73 | 0 | 0.65 |
| HSL | 223.82º | 1% | 0.17% | - |
| HSV(B) | 223.82º | 1% | 0.35% | - |
| XYZ | 2.13 | 1.37 | 9.6 | - |
| YUV | 24.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 89 | 1 | 0.73 | 0 | 0.65 | 223.82 | 1 | 0.17 |
| Hex | 0 | 18 | 59 | 64 | 49 | 0 | 41 | E0 | 64 | 11 |
| Octal | 0 | 30 | 131 | 144 | 111 | 0 | 101 | 340 | 144 | 21 |
| Binary | 0 | 11000 | 1011001 | 1100100 | 1001001 | 0 | 1000001 | 11100000 | 1100100 | 10001 |
Color Harmonies of #001859
Complementary color
Monochromatic Colors of #001859
Black with #001859
Text Example
Text Example
White with #001859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001859; }
p { color: rgb(0,24,89); }
H1.HeaderClassName
{
color: #001859;
}
.AnyTagClassName
{
color: #001859;
}
</style>
background-color css
<style>
a { background-color: #001859; }
a { background-color: rgb(0,24,89); }
div.DivClassName
{
background-color: #001859;
}
.BgClassName
{
background-color: #001859;
}
</style>
border-color css
<style>
span { border-color: #001859; }
span { border-color: rgb(0,24,89); }
td.TdClassName
{
border-color: #001859;
}
.TagClassName
{
border-color: #001859;
}
</style>