Shades of Sapphire #011868
Tints of Sapphire #011868
RGB
CMYK
RGB Variations
Color information
#011868 (or 0x011868) is known color: Sapphire. HEX triplet: 01, 18 and 68. RGB value is (1,24,104). Sum of RGB (Red+Green+Blue) = 1+24+104=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #011868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011868 is #FEE797. Grayscale: #191919. Windows color (decimal): -16705432 or 6821889. OLE color: 6821889.
HSL color Cylindrical-coordinate representation of color #011868: hue angle of 226.6º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011868 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 1 | 24 | 104 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.59 |
| HSL | 226.6º | 0.98% | 0.21% | - |
| HSV(B) | 226.6º | 0.99% | 0.41% | - |
| XYZ | 2.84 | 1.66 | 13.27 | - |
| YUV | 26.24 | 171.88 | 110 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 104 | 0.99 | 0.77 | 0 | 0.59 | 226.6 | 0.98 | 0.21 |
| Hex | 1 | 18 | 68 | 63 | 4D | 0 | 3B | E3 | 62 | 15 |
| Octal | 1 | 30 | 150 | 143 | 115 | 0 | 73 | 343 | 142 | 25 |
| Binary | 1 | 11000 | 1101000 | 1100011 | 1001101 | 0 | 111011 | 11100011 | 1100010 | 10101 |
Color Harmonies of #011868
Complementary color
Monochromatic Colors of #011868
Black with #011868
Text Example
Text Example
White with #011868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011868; }
p { color: rgb(1,24,104); }
H1.HeaderClassName
{
color: #011868;
}
.AnyTagClassName
{
color: #011868;
}
</style>
background-color css
<style>
a { background-color: #011868; }
a { background-color: rgb(1,24,104); }
div.DivClassName
{
background-color: #011868;
}
.BgClassName
{
background-color: #011868;
}
</style>
border-color css
<style>
span { border-color: #011868; }
span { border-color: rgb(1,24,104); }
td.TdClassName
{
border-color: #011868;
}
.TagClassName
{
border-color: #011868;
}
</style>