Shades of Sapphire #011F51
Tints of Sapphire #011F51
RGB
CMYK
RGB Variations
Color information
#011F51 (or 0x011F51) is known color: Sapphire. HEX triplet: 01, 1F and 51. RGB value is (1,31,81). Sum of RGB (Red+Green+Blue) = 1+31+81=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 81 (32.03% from 255 or 71.68% from 113); Max value from RGB is 81 - color contains mainly: blue. Hex color #011F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F51 is #FEE0AE. Grayscale: #1B1B1B. Windows color (decimal): -16703663 or 5316353. OLE color: 5316353.
HSL color Cylindrical-coordinate representation of color #011F51: hue angle of 217.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F51 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 31 | 81 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.68 |
| HSL | 217.5º | 0.98% | 0.16% | - |
| HSV(B) | 217.5º | 0.99% | 0.32% | - |
| XYZ | 1.99 | 1.58 | 7.98 | - |
| YUV | 27.73 | 158.06 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 81 | 0.99 | 0.62 | 0 | 0.68 | 217.5 | 0.98 | 0.16 |
| Hex | 1 | 1F | 51 | 63 | 3E | 0 | 44 | DA | 62 | 10 |
| Octal | 1 | 37 | 121 | 143 | 76 | 0 | 104 | 332 | 142 | 20 |
| Binary | 1 | 11111 | 1010001 | 1100011 | 111110 | 0 | 1000100 | 11011010 | 1100010 | 10000 |
Color Harmonies of #011F51
Complementary color
Monochromatic Colors of #011F51
Black with #011F51
Text Example
Text Example
White with #011F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F51; }
p { color: rgb(1,31,81); }
H1.HeaderClassName
{
color: #011F51;
}
.AnyTagClassName
{
color: #011F51;
}
</style>
background-color css
<style>
a { background-color: #011F51; }
a { background-color: rgb(1,31,81); }
div.DivClassName
{
background-color: #011F51;
}
.BgClassName
{
background-color: #011F51;
}
</style>
border-color css
<style>
span { border-color: #011F51; }
span { border-color: rgb(1,31,81); }
td.TdClassName
{
border-color: #011F51;
}
.TagClassName
{
border-color: #011F51;
}
</style>