Shades of Sapphire #001856
Tints of Sapphire #001856
RGB
CMYK
RGB Variations
Color information
#001856 (or 0x001856) is known color: Sapphire. HEX triplet: 00, 18 and 56. RGB value is (0,24,86). Sum of RGB (Red+Green+Blue) = 0+24+86=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #001856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001856 is #FFE7A9. Grayscale: #171717. Windows color (decimal): -16770986 or 5642240. OLE color: 5642240.
HSL color Cylindrical-coordinate representation of color #001856: hue angle of 223.26º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001856 is Cyan = 1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 0 | 24 | 86 | - |
| CMYK | 1 | 0.72 | 0 | 0.66 |
| HSL | 223.26º | 1% | 0.17% | - |
| HSV(B) | 223.26º | 1% | 0.34% | - |
| XYZ | 2.01 | 1.33 | 8.95 | - |
| YUV | 23.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 86 | 1 | 0.72 | 0 | 0.66 | 223.26 | 1 | 0.17 |
| Hex | 0 | 18 | 56 | 64 | 48 | 0 | 42 | DF | 64 | 11 |
| Octal | 0 | 30 | 126 | 144 | 110 | 0 | 102 | 337 | 144 | 21 |
| Binary | 0 | 11000 | 1010110 | 1100100 | 1001000 | 0 | 1000010 | 11011111 | 1100100 | 10001 |
Color Harmonies of #001856
Complementary color
Monochromatic Colors of #001856
Black with #001856
Text Example
Text Example
White with #001856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001856; }
p { color: rgb(0,24,86); }
H1.HeaderClassName
{
color: #001856;
}
.AnyTagClassName
{
color: #001856;
}
</style>
background-color css
<style>
a { background-color: #001856; }
a { background-color: rgb(0,24,86); }
div.DivClassName
{
background-color: #001856;
}
.BgClassName
{
background-color: #001856;
}
</style>
border-color css
<style>
span { border-color: #001856; }
span { border-color: rgb(0,24,86); }
td.TdClassName
{
border-color: #001856;
}
.TagClassName
{
border-color: #001856;
}
</style>