Shades of Sapphire #011F59
Tints of Sapphire #011F59
RGB
CMYK
RGB Variations
Color information
#011F59 (or 0x011F59) is known color: Sapphire. HEX triplet: 01, 1F and 59. RGB value is (1,31,89). Sum of RGB (Red+Green+Blue) = 1+31+89=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 31 (12.5% from 255 or 25.62% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #011F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F59 is #FEE0A6. Grayscale: #1C1C1C. Windows color (decimal): -16703655 or 5840641. OLE color: 5840641.
HSL color Cylindrical-coordinate representation of color #011F59: hue angle of 219.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F59 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 31 | 89 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.65 |
| HSL | 219.55º | 0.98% | 0.18% | - |
| HSV(B) | 219.55º | 0.99% | 0.35% | - |
| XYZ | 2.31 | 1.71 | 9.66 | - |
| YUV | 28.64 | 162.06 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 89 | 0.99 | 0.65 | 0 | 0.65 | 219.55 | 0.98 | 0.18 |
| Hex | 1 | 1F | 59 | 63 | 41 | 0 | 41 | DC | 62 | 12 |
| Octal | 1 | 37 | 131 | 143 | 101 | 0 | 101 | 334 | 142 | 22 |
| Binary | 1 | 11111 | 1011001 | 1100011 | 1000001 | 0 | 1000001 | 11011100 | 1100010 | 10010 |
Color Harmonies of #011F59
Complementary color
Monochromatic Colors of #011F59
Black with #011F59
Text Example
Text Example
White with #011F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F59; }
p { color: rgb(1,31,89); }
H1.HeaderClassName
{
color: #011F59;
}
.AnyTagClassName
{
color: #011F59;
}
</style>
background-color css
<style>
a { background-color: #011F59; }
a { background-color: rgb(1,31,89); }
div.DivClassName
{
background-color: #011F59;
}
.BgClassName
{
background-color: #011F59;
}
</style>
border-color css
<style>
span { border-color: #011F59; }
span { border-color: rgb(1,31,89); }
td.TdClassName
{
border-color: #011F59;
}
.TagClassName
{
border-color: #011F59;
}
</style>