Shades of Sapphire #011F76
Tints of Sapphire #011F76
RGB
CMYK
RGB Variations
Color information
#011F76 (or 0x011F76) is known color: Sapphire. HEX triplet: 01, 1F and 76. RGB value is (1,31,118). Sum of RGB (Red+Green+Blue) = 1+31+118=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 31 (12.5% from 255 or 20.67% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #011F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F76 is #FEE089. Grayscale: #1F1F1F. Windows color (decimal): -16703626 or 7741185. OLE color: 7741185.
HSL color Cylindrical-coordinate representation of color #011F76: hue angle of 224.62º 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 #011F76 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 31 | 118 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.54 |
| HSL | 224.62º | 0.98% | 0.23% | - |
| HSV(B) | 224.62º | 0.99% | 0.46% | - |
| XYZ | 3.77 | 2.29 | 17.38 | - |
| YUV | 31.95 | 176.56 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 118 | 0.99 | 0.74 | 0 | 0.54 | 224.62 | 0.98 | 0.23 |
| Hex | 1 | 1F | 76 | 63 | 4A | 0 | 36 | E1 | 62 | 17 |
| Octal | 1 | 37 | 166 | 143 | 112 | 0 | 66 | 341 | 142 | 27 |
| Binary | 1 | 11111 | 1110110 | 1100011 | 1001010 | 0 | 110110 | 11100001 | 1100010 | 10111 |
Color Harmonies of #011F76
Complementary color
Monochromatic Colors of #011F76
Black with #011F76
Text Example
Text Example
White with #011F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F76; }
p { color: rgb(1,31,118); }
H1.HeaderClassName
{
color: #011F76;
}
.AnyTagClassName
{
color: #011F76;
}
</style>
background-color css
<style>
a { background-color: #011F76; }
a { background-color: rgb(1,31,118); }
div.DivClassName
{
background-color: #011F76;
}
.BgClassName
{
background-color: #011F76;
}
</style>
border-color css
<style>
span { border-color: #011F76; }
span { border-color: rgb(1,31,118); }
td.TdClassName
{
border-color: #011F76;
}
.TagClassName
{
border-color: #011F76;
}
</style>