Shades of Sapphire #011856
Tints of Sapphire #011856
RGB
CMYK
RGB Variations
Color information
#011856 (or 0x011856) is known color: Sapphire. HEX triplet: 01, 18 and 56. RGB value is (1,24,86). Sum of RGB (Red+Green+Blue) = 1+24+86=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 86 (33.98% from 255 or 77.48% from 111); Max value from RGB is 86 - color contains mainly: blue. Hex color #011856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011856 is #FEE7A9. Grayscale: #171717. Windows color (decimal): -16705450 or 5642241. OLE color: 5642241.
HSL color Cylindrical-coordinate representation of color #011856: hue angle of 223.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011856 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 24 | 86 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.66 |
| HSL | 223.76º | 0.98% | 0.17% | - |
| HSV(B) | 223.76º | 0.99% | 0.34% | - |
| XYZ | 2.02 | 1.33 | 8.95 | - |
| YUV | 24.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 86 | 0.99 | 0.72 | 0 | 0.66 | 223.76 | 0.98 | 0.17 |
| Hex | 1 | 18 | 56 | 63 | 48 | 0 | 42 | E0 | 62 | 11 |
| Octal | 1 | 30 | 126 | 143 | 110 | 0 | 102 | 340 | 142 | 21 |
| Binary | 1 | 11000 | 1010110 | 1100011 | 1001000 | 0 | 1000010 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011856
Complementary color
Monochromatic Colors of #011856
Black with #011856
Text Example
Text Example
White with #011856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011856; }
p { color: rgb(1,24,86); }
H1.HeaderClassName
{
color: #011856;
}
.AnyTagClassName
{
color: #011856;
}
</style>
background-color css
<style>
a { background-color: #011856; }
a { background-color: rgb(1,24,86); }
div.DivClassName
{
background-color: #011856;
}
.BgClassName
{
background-color: #011856;
}
</style>
border-color css
<style>
span { border-color: #011856; }
span { border-color: rgb(1,24,86); }
td.TdClassName
{
border-color: #011856;
}
.TagClassName
{
border-color: #011856;
}
</style>