Shades of Sapphire #011F66
Tints of Sapphire #011F66
RGB
CMYK
RGB Variations
Color information
#011F66 (or 0x011F66) is known color: Sapphire. HEX triplet: 01, 1F and 66. RGB value is (1,31,102). Sum of RGB (Red+Green+Blue) = 1+31+102=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #011F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F66 is #FEE099. Grayscale: #1D1D1D. Windows color (decimal): -16703642 or 6692609. OLE color: 6692609.
HSL color Cylindrical-coordinate representation of color #011F66: hue angle of 222.18º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011F66 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 31 | 102 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.6 |
| HSL | 222.18º | 0.98% | 0.2% | - |
| HSV(B) | 222.18º | 0.99% | 0.4% | - |
| XYZ | 2.9 | 1.95 | 12.79 | - |
| YUV | 30.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 31 | 102 | 0.99 | 0.70 | 0 | 0.6 | 222.18 | 0.98 | 0.2 |
| Hex | 1 | 1F | 66 | 63 | 46 | 0 | 3C | DE | 62 | 14 |
| Octal | 1 | 37 | 146 | 143 | 106 | 0 | 74 | 336 | 142 | 24 |
| Binary | 1 | 11111 | 1100110 | 1100011 | 1000110 | 0 | 111100 | 11011110 | 1100010 | 10100 |
Color Harmonies of #011F66
Complementary color
Monochromatic Colors of #011F66
Black with #011F66
Text Example
Text Example
White with #011F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011F66; }
p { color: rgb(1,31,102); }
H1.HeaderClassName
{
color: #011F66;
}
.AnyTagClassName
{
color: #011F66;
}
</style>
background-color css
<style>
a { background-color: #011F66; }
a { background-color: rgb(1,31,102); }
div.DivClassName
{
background-color: #011F66;
}
.BgClassName
{
background-color: #011F66;
}
</style>
border-color css
<style>
span { border-color: #011F66; }
span { border-color: rgb(1,31,102); }
td.TdClassName
{
border-color: #011F66;
}
.TagClassName
{
border-color: #011F66;
}
</style>