Shades of Sapphire #011960
Tints of Sapphire #011960
RGB
CMYK
RGB Variations
Color information
#011960 (or 0x011960) is known color: Sapphire. HEX triplet: 01, 19 and 60. RGB value is (1,25,96). Sum of RGB (Red+Green+Blue) = 1+25+96=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 96 (37.89% from 255 or 78.69% from 122); Max value from RGB is 96 - color contains mainly: blue. Hex color #011960 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011960 is #FEE69F. Grayscale: #191919. Windows color (decimal): -16705184 or 6297857. OLE color: 6297857.
HSL color Cylindrical-coordinate representation of color #011960: hue angle of 224.84º 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 #011960 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 25 | 96 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.62 |
| HSL | 224.84º | 0.98% | 0.19% | - |
| HSV(B) | 224.84º | 0.99% | 0.38% | - |
| XYZ | 2.47 | 1.55 | 11.23 | - |
| YUV | 25.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 96 | 0.99 | 0.74 | 0 | 0.62 | 224.84 | 0.98 | 0.19 |
| Hex | 1 | 19 | 60 | 63 | 4A | 0 | 3E | E1 | 62 | 13 |
| Octal | 1 | 31 | 140 | 143 | 112 | 0 | 76 | 341 | 142 | 23 |
| Binary | 1 | 11001 | 1100000 | 1100011 | 1001010 | 0 | 111110 | 11100001 | 1100010 | 10011 |
Color Harmonies of #011960
Complementary color
Monochromatic Colors of #011960
Black with #011960
Text Example
Text Example
White with #011960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011960; }
p { color: rgb(1,25,96); }
H1.HeaderClassName
{
color: #011960;
}
.AnyTagClassName
{
color: #011960;
}
</style>
background-color css
<style>
a { background-color: #011960; }
a { background-color: rgb(1,25,96); }
div.DivClassName
{
background-color: #011960;
}
.BgClassName
{
background-color: #011960;
}
</style>
border-color css
<style>
span { border-color: #011960; }
span { border-color: rgb(1,25,96); }
td.TdClassName
{
border-color: #011960;
}
.TagClassName
{
border-color: #011960;
}
</style>