Shades of Sapphire #011F78
Tints of Sapphire #011F78
RGB
CMYK
RGB Variations
Color information
#011F78 (or 0x011F78) is known color: Sapphire. HEX triplet: 01, 1F and 78. RGB value is (1,31,120). Sum of RGB (Red+Green+Blue) = 1+31+120=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 120 (47.27% from 255 or 78.95% from 152); Max value from RGB is 120 - color contains mainly: blue. Hex color #011F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F78 is #FEE087. Grayscale: #1F1F1F. Windows color (decimal): -16703624 or 7872257. OLE color: 7872257.
HSL color Cylindrical-coordinate representation of color #011F78: hue angle of 224.87º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F78 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 31 | 120 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.53 |
| HSL | 224.87º | 0.98% | 0.24% | - |
| HSV(B) | 224.87º | 0.99% | 0.47% | - |
| XYZ | 3.89 | 2.34 | 18.02 | - |
| YUV | 32.18 | 177.56 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 120 | 0.99 | 0.74 | 0 | 0.53 | 224.87 | 0.98 | 0.24 |
| Hex | 1 | 1F | 78 | 63 | 4A | 0 | 35 | E1 | 62 | 18 |
| Octal | 1 | 37 | 170 | 143 | 112 | 0 | 65 | 341 | 142 | 30 |
| Binary | 1 | 11111 | 1111000 | 1100011 | 1001010 | 0 | 110101 | 11100001 | 1100010 | 11000 |
Color Harmonies of #011F78
Complementary color
Monochromatic Colors of #011F78
Black with #011F78
Text Example
Text Example
White with #011F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F78; }
p { color: rgb(1,31,120); }
H1.HeaderClassName
{
color: #011F78;
}
.AnyTagClassName
{
color: #011F78;
}
</style>
background-color css
<style>
a { background-color: #011F78; }
a { background-color: rgb(1,31,120); }
div.DivClassName
{
background-color: #011F78;
}
.BgClassName
{
background-color: #011F78;
}
</style>
border-color css
<style>
span { border-color: #011F78; }
span { border-color: rgb(1,31,120); }
td.TdClassName
{
border-color: #011F78;
}
.TagClassName
{
border-color: #011F78;
}
</style>