Shades of Sapphire #011976
Tints of Sapphire #011976
RGB
CMYK
RGB Variations
Color information
#011976 (or 0x011976) is known color: Sapphire. HEX triplet: 01, 19 and 76. RGB value is (1,25,118). Sum of RGB (Red+Green+Blue) = 1+25+118=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 118 (46.48% from 255 or 81.94% from 144); Max value from RGB is 118 - color contains mainly: blue. Hex color #011976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011976 is #FEE689. Grayscale: #1C1C1C. Windows color (decimal): -16705162 or 7739649. OLE color: 7739649.
HSL color Cylindrical-coordinate representation of color #011976: hue angle of 227.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011976 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 25 | 118 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.54 |
| HSL | 227.69º | 0.98% | 0.23% | - |
| HSV(B) | 227.69º | 0.99% | 0.46% | - |
| XYZ | 3.63 | 2.01 | 17.34 | - |
| YUV | 28.43 | 178.55 | 108.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 118 | 0.99 | 0.79 | 0 | 0.54 | 227.69 | 0.98 | 0.23 |
| Hex | 1 | 19 | 76 | 63 | 4F | 0 | 36 | E4 | 62 | 17 |
| Octal | 1 | 31 | 166 | 143 | 117 | 0 | 66 | 344 | 142 | 27 |
| Binary | 1 | 11001 | 1110110 | 1100011 | 1001111 | 0 | 110110 | 11100100 | 1100010 | 10111 |
Color Harmonies of #011976
Complementary color
Monochromatic Colors of #011976
Black with #011976
Text Example
Text Example
White with #011976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011976; }
p { color: rgb(1,25,118); }
H1.HeaderClassName
{
color: #011976;
}
.AnyTagClassName
{
color: #011976;
}
</style>
background-color css
<style>
a { background-color: #011976; }
a { background-color: rgb(1,25,118); }
div.DivClassName
{
background-color: #011976;
}
.BgClassName
{
background-color: #011976;
}
</style>
border-color css
<style>
span { border-color: #011976; }
span { border-color: rgb(1,25,118); }
td.TdClassName
{
border-color: #011976;
}
.TagClassName
{
border-color: #011976;
}
</style>