Shades of Sapphire #011F50
Tints of Sapphire #011F50
RGB
CMYK
RGB Variations
Color information
#011F50 (or 0x011F50) is known color: Sapphire. HEX triplet: 01, 1F and 50. RGB value is (1,31,80). Sum of RGB (Red+Green+Blue) = 1+31+80=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 80 (31.64% from 255 or 71.43% from 112); Max value from RGB is 80 - color contains mainly: blue. Hex color #011F50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F50 is #FEE0AF. Grayscale: #1B1B1B. Windows color (decimal): -16703664 or 5250817. OLE color: 5250817.
HSL color Cylindrical-coordinate representation of color #011F50: hue angle of 217.22º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F50 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 31 | 80 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.69 |
| HSL | 217.22º | 0.98% | 0.16% | - |
| HSV(B) | 217.22º | 0.99% | 0.31% | - |
| XYZ | 1.95 | 1.57 | 7.79 | - |
| YUV | 27.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 80 | 0.99 | 0.61 | 0 | 0.69 | 217.22 | 0.98 | 0.16 |
| Hex | 1 | 1F | 50 | 63 | 3D | 0 | 45 | D9 | 62 | 10 |
| Octal | 1 | 37 | 120 | 143 | 75 | 0 | 105 | 331 | 142 | 20 |
| Binary | 1 | 11111 | 1010000 | 1100011 | 111101 | 0 | 1000101 | 11011001 | 1100010 | 10000 |
Color Harmonies of #011F50
Complementary color
Monochromatic Colors of #011F50
Black with #011F50
Text Example
Text Example
White with #011F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F50; }
p { color: rgb(1,31,80); }
H1.HeaderClassName
{
color: #011F50;
}
.AnyTagClassName
{
color: #011F50;
}
</style>
background-color css
<style>
a { background-color: #011F50; }
a { background-color: rgb(1,31,80); }
div.DivClassName
{
background-color: #011F50;
}
.BgClassName
{
background-color: #011F50;
}
</style>
border-color css
<style>
span { border-color: #011F50; }
span { border-color: rgb(1,31,80); }
td.TdClassName
{
border-color: #011F50;
}
.TagClassName
{
border-color: #011F50;
}
</style>