Shades of Sapphire #011F55
Tints of Sapphire #011F55
RGB
CMYK
RGB Variations
Color information
#011F55 (or 0x011F55) is known color: Sapphire. HEX triplet: 01, 1F and 55. RGB value is (1,31,85). Sum of RGB (Red+Green+Blue) = 1+31+85=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 85 (33.59% from 255 or 72.65% from 117); Max value from RGB is 85 - color contains mainly: blue. Hex color #011F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F55 is #FEE0AA. Grayscale: #1B1B1B. Windows color (decimal): -16703659 or 5578497. OLE color: 5578497.
HSL color Cylindrical-coordinate representation of color #011F55: hue angle of 218.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F55 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 31 | 85 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.67 |
| HSL | 218.57º | 0.98% | 0.17% | - |
| HSV(B) | 218.57º | 0.99% | 0.33% | - |
| XYZ | 2.14 | 1.64 | 8.8 | - |
| YUV | 28.19 | 160.06 | 108.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 85 | 0.99 | 0.64 | 0 | 0.67 | 218.57 | 0.98 | 0.17 |
| Hex | 1 | 1F | 55 | 63 | 40 | 0 | 43 | DB | 62 | 11 |
| Octal | 1 | 37 | 125 | 143 | 100 | 0 | 103 | 333 | 142 | 21 |
| Binary | 1 | 11111 | 1010101 | 1100011 | 1000000 | 0 | 1000011 | 11011011 | 1100010 | 10001 |
Color Harmonies of #011F55
Complementary color
Monochromatic Colors of #011F55
Black with #011F55
Text Example
Text Example
White with #011F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F55; }
p { color: rgb(1,31,85); }
H1.HeaderClassName
{
color: #011F55;
}
.AnyTagClassName
{
color: #011F55;
}
</style>
background-color css
<style>
a { background-color: #011F55; }
a { background-color: rgb(1,31,85); }
div.DivClassName
{
background-color: #011F55;
}
.BgClassName
{
background-color: #011F55;
}
</style>
border-color css
<style>
span { border-color: #011F55; }
span { border-color: rgb(1,31,85); }
td.TdClassName
{
border-color: #011F55;
}
.TagClassName
{
border-color: #011F55;
}
</style>