Shades of Sapphire #011662
Tints of Sapphire #011662
RGB
CMYK
RGB Variations
Color information
#011662 (or 0x011662) is known color: Sapphire. HEX triplet: 01, 16 and 62. RGB value is (1,22,98). Sum of RGB (Red+Green+Blue) = 1+22+98=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #011662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011662 is #FEE99D. Grayscale: #181818. Windows color (decimal): -16705950 or 6428161. OLE color: 6428161.
HSL color Cylindrical-coordinate representation of color #011662: hue angle of 227.01º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011662 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 22 | 98 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.62 |
| HSL | 227.01º | 0.98% | 0.19% | - |
| HSV(B) | 227.01º | 0.99% | 0.38% | - |
| XYZ | 2.5 | 1.46 | 11.71 | - |
| YUV | 24.39 | 169.54 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 22 | 98 | 0.99 | 0.78 | 0 | 0.62 | 227.01 | 0.98 | 0.19 |
| Hex | 1 | 16 | 62 | 63 | 4E | 0 | 3E | E3 | 62 | 13 |
| Octal | 1 | 26 | 142 | 143 | 116 | 0 | 76 | 343 | 142 | 23 |
| Binary | 1 | 10110 | 1100010 | 1100011 | 1001110 | 0 | 111110 | 11100011 | 1100010 | 10011 |
Color Harmonies of #011662
Complementary color
Monochromatic Colors of #011662
Black with #011662
Text Example
Text Example
White with #011662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011662; }
p { color: rgb(1,22,98); }
H1.HeaderClassName
{
color: #011662;
}
.AnyTagClassName
{
color: #011662;
}
</style>
background-color css
<style>
a { background-color: #011662; }
a { background-color: rgb(1,22,98); }
div.DivClassName
{
background-color: #011662;
}
.BgClassName
{
background-color: #011662;
}
</style>
border-color css
<style>
span { border-color: #011662; }
span { border-color: rgb(1,22,98); }
td.TdClassName
{
border-color: #011662;
}
.TagClassName
{
border-color: #011662;
}
</style>