Shades of Sapphire #011F56
Tints of Sapphire #011F56
RGB
CMYK
RGB Variations
Color information
#011F56 (or 0x011F56) is known color: Sapphire. HEX triplet: 01, 1F and 56. RGB value is (1,31,86). Sum of RGB (Red+Green+Blue) = 1+31+86=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #011F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F56 is #FEE0A9. Grayscale: #1C1C1C. Windows color (decimal): -16703658 or 5644033. OLE color: 5644033.
HSL color Cylindrical-coordinate representation of color #011F56: hue angle of 218.82º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F56 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 31 | 86 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.66 |
| HSL | 218.82º | 0.98% | 0.17% | - |
| HSV(B) | 218.82º | 0.99% | 0.34% | - |
| XYZ | 2.18 | 1.66 | 9.01 | - |
| YUV | 28.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 86 | 0.99 | 0.64 | 0 | 0.66 | 218.82 | 0.98 | 0.17 |
| Hex | 1 | 1F | 56 | 63 | 40 | 0 | 42 | DB | 62 | 11 |
| Octal | 1 | 37 | 126 | 143 | 100 | 0 | 102 | 333 | 142 | 21 |
| Binary | 1 | 11111 | 1010110 | 1100011 | 1000000 | 0 | 1000010 | 11011011 | 1100010 | 10001 |
Color Harmonies of #011F56
Complementary color
Monochromatic Colors of #011F56
Black with #011F56
Text Example
Text Example
White with #011F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F56; }
p { color: rgb(1,31,86); }
H1.HeaderClassName
{
color: #011F56;
}
.AnyTagClassName
{
color: #011F56;
}
</style>
background-color css
<style>
a { background-color: #011F56; }
a { background-color: rgb(1,31,86); }
div.DivClassName
{
background-color: #011F56;
}
.BgClassName
{
background-color: #011F56;
}
</style>
border-color css
<style>
span { border-color: #011F56; }
span { border-color: rgb(1,31,86); }
td.TdClassName
{
border-color: #011F56;
}
.TagClassName
{
border-color: #011F56;
}
</style>