Shades of Sapphire #011846
Tints of Sapphire #011846
RGB
CMYK
RGB Variations
Color information
#011846 (or 0x011846) is known color: Sapphire. HEX triplet: 01, 18 and 46. RGB value is (1,24,70). Sum of RGB (Red+Green+Blue) = 1+24+70=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 70 (27.73% from 255 or 73.68% from 95); Max value from RGB is 70 - color contains mainly: blue. Hex color #011846 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011846 is #FEE7B9. Grayscale: #161616. Windows color (decimal): -16705466 or 4593665. OLE color: 4593665.
HSL color Cylindrical-coordinate representation of color #011846: hue angle of 220º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011846 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 24 | 70 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.73 |
| HSL | 220º | 0.97% | 0.14% | - |
| HSV(B) | 220º | 0.99% | 0.27% | - |
| XYZ | 1.44 | 1.1 | 5.93 | - |
| YUV | 22.37 | 154.88 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 70 | 0.99 | 0.66 | 0 | 0.73 | 220 | 0.97 | 0.14 |
| Hex | 1 | 18 | 46 | 63 | 42 | 0 | 49 | DC | 61 | E |
| Octal | 1 | 30 | 106 | 143 | 102 | 0 | 111 | 334 | 141 | 16 |
| Binary | 1 | 11000 | 1000110 | 1100011 | 1000010 | 0 | 1001001 | 11011100 | 1100001 | 1110 |
Color Harmonies of #011846
Complementary color
Monochromatic Colors of #011846
Black with #011846
Text Example
Text Example
White with #011846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011846; }
p { color: rgb(1,24,70); }
H1.HeaderClassName
{
color: #011846;
}
.AnyTagClassName
{
color: #011846;
}
</style>
background-color css
<style>
a { background-color: #011846; }
a { background-color: rgb(1,24,70); }
div.DivClassName
{
background-color: #011846;
}
.BgClassName
{
background-color: #011846;
}
</style>
border-color css
<style>
span { border-color: #011846; }
span { border-color: rgb(1,24,70); }
td.TdClassName
{
border-color: #011846;
}
.TagClassName
{
border-color: #011846;
}
</style>