Shades of Sapphire #011861
Tints of Sapphire #011861
RGB
CMYK
RGB Variations
Color information
#011861 (or 0x011861) is known color: Sapphire. HEX triplet: 01, 18 and 61. RGB value is (1,24,97). Sum of RGB (Red+Green+Blue) = 1+24+97=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #011861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011861 is #FEE79E. Grayscale: #191919. Windows color (decimal): -16705439 or 6363137. OLE color: 6363137.
HSL color Cylindrical-coordinate representation of color #011861: hue angle of 225.62º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011861 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 24 | 97 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.62 |
| HSL | 225.63º | 0.98% | 0.19% | - |
| HSV(B) | 225.63º | 0.99% | 0.38% | - |
| XYZ | 2.5 | 1.52 | 11.47 | - |
| YUV | 25.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 97 | 0.99 | 0.75 | 0 | 0.62 | 225.63 | 0.98 | 0.19 |
| Hex | 1 | 18 | 61 | 63 | 4B | 0 | 3E | E2 | 62 | 13 |
| Octal | 1 | 30 | 141 | 143 | 113 | 0 | 76 | 342 | 142 | 23 |
| Binary | 1 | 11000 | 1100001 | 1100011 | 1001011 | 0 | 111110 | 11100010 | 1100010 | 10011 |
Color Harmonies of #011861
Complementary color
Monochromatic Colors of #011861
Black with #011861
Text Example
Text Example
White with #011861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011861; }
p { color: rgb(1,24,97); }
H1.HeaderClassName
{
color: #011861;
}
.AnyTagClassName
{
color: #011861;
}
</style>
background-color css
<style>
a { background-color: #011861; }
a { background-color: rgb(1,24,97); }
div.DivClassName
{
background-color: #011861;
}
.BgClassName
{
background-color: #011861;
}
</style>
border-color css
<style>
span { border-color: #011861; }
span { border-color: rgb(1,24,97); }
td.TdClassName
{
border-color: #011861;
}
.TagClassName
{
border-color: #011861;
}
</style>