Shades of Sapphire #011552
Tints of Sapphire #011552
RGB
CMYK
RGB Variations
Color information
#011552 (or 0x011552) is known color: Sapphire. HEX triplet: 01, 15 and 52. RGB value is (1,21,82). Sum of RGB (Red+Green+Blue) = 1+21+82=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #011552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011552 is #FEEAAD. Grayscale: #151515. Windows color (decimal): -16706222 or 5379329. OLE color: 5379329.
HSL color Cylindrical-coordinate representation of color #011552: hue angle of 225.19º 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 #011552 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 1 | 21 | 82 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.68 |
| HSL | 225.19º | 0.98% | 0.16% | - |
| HSV(B) | 225.19º | 0.99% | 0.32% | - |
| XYZ | 1.8 | 1.15 | 8.11 | - |
| YUV | 21.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 82 | 0.99 | 0.74 | 0 | 0.68 | 225.19 | 0.98 | 0.16 |
| Hex | 1 | 15 | 52 | 63 | 4A | 0 | 44 | E1 | 62 | 10 |
| Octal | 1 | 25 | 122 | 143 | 112 | 0 | 104 | 341 | 142 | 20 |
| Binary | 1 | 10101 | 1010010 | 1100011 | 1001010 | 0 | 1000100 | 11100001 | 1100010 | 10000 |
Color Harmonies of #011552
Complementary color
Monochromatic Colors of #011552
Black with #011552
Text Example
Text Example
White with #011552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011552; }
p { color: rgb(1,21,82); }
H1.HeaderClassName
{
color: #011552;
}
.AnyTagClassName
{
color: #011552;
}
</style>
background-color css
<style>
a { background-color: #011552; }
a { background-color: rgb(1,21,82); }
div.DivClassName
{
background-color: #011552;
}
.BgClassName
{
background-color: #011552;
}
</style>
border-color css
<style>
span { border-color: #011552; }
span { border-color: rgb(1,21,82); }
td.TdClassName
{
border-color: #011552;
}
.TagClassName
{
border-color: #011552;
}
</style>