Shades of Sapphire #011858
Tints of Sapphire #011858
RGB
CMYK
RGB Variations
Color information
#011858 (or 0x011858) is known color: Sapphire. HEX triplet: 01, 18 and 58. RGB value is (1,24,88). Sum of RGB (Red+Green+Blue) = 1+24+88=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 24 (9.77% from 255 or 21.24% from 113); Blue value is 88 (34.77% from 255 or 77.88% from 113); Max value from RGB is 88 - color contains mainly: blue. Hex color #011858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011858 is #FEE7A7. Grayscale: #181818. Windows color (decimal): -16705448 or 5773313. OLE color: 5773313.
HSL color Cylindrical-coordinate representation of color #011858: hue angle of 224.14º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011858 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 24 | 88 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.65 |
| HSL | 224.14º | 0.98% | 0.17% | - |
| HSV(B) | 224.14º | 0.99% | 0.35% | - |
| XYZ | 2.1 | 1.36 | 9.39 | - |
| YUV | 24.42 | 163.88 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 88 | 0.99 | 0.73 | 0 | 0.65 | 224.14 | 0.98 | 0.17 |
| Hex | 1 | 18 | 58 | 63 | 49 | 0 | 41 | E0 | 62 | 11 |
| Octal | 1 | 30 | 130 | 143 | 111 | 0 | 101 | 340 | 142 | 21 |
| Binary | 1 | 11000 | 1011000 | 1100011 | 1001001 | 0 | 1000001 | 11100000 | 1100010 | 10001 |
Color Harmonies of #011858
Complementary color
Monochromatic Colors of #011858
Black with #011858
Text Example
Text Example
White with #011858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011858; }
p { color: rgb(1,24,88); }
H1.HeaderClassName
{
color: #011858;
}
.AnyTagClassName
{
color: #011858;
}
</style>
background-color css
<style>
a { background-color: #011858; }
a { background-color: rgb(1,24,88); }
div.DivClassName
{
background-color: #011858;
}
.BgClassName
{
background-color: #011858;
}
</style>
border-color css
<style>
span { border-color: #011858; }
span { border-color: rgb(1,24,88); }
td.TdClassName
{
border-color: #011858;
}
.TagClassName
{
border-color: #011858;
}
</style>