Shades of Sapphire #011550
Tints of Sapphire #011550
RGB
CMYK
RGB Variations
Color information
#011550 (or 0x011550) is known color: Sapphire. HEX triplet: 01, 15 and 50. RGB value is (1,21,80). Sum of RGB (Red+Green+Blue) = 1+21+80=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 80 (31.64% from 255 or 78.43% from 102); Max value from RGB is 80 - color contains mainly: blue. Hex color #011550 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011550 is #FEEAAF. Grayscale: #151515. Windows color (decimal): -16706224 or 5248257. OLE color: 5248257.
HSL color Cylindrical-coordinate representation of color #011550: hue angle of 224.81º 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 #011550 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 21 | 80 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.69 |
| HSL | 224.81º | 0.98% | 0.16% | - |
| HSV(B) | 224.81º | 0.99% | 0.31% | - |
| XYZ | 1.73 | 1.12 | 7.71 | - |
| YUV | 21.75 | 160.87 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 80 | 0.99 | 0.74 | 0 | 0.69 | 224.81 | 0.98 | 0.16 |
| Hex | 1 | 15 | 50 | 63 | 4A | 0 | 45 | E1 | 62 | 10 |
| Octal | 1 | 25 | 120 | 143 | 112 | 0 | 105 | 341 | 142 | 20 |
| Binary | 1 | 10101 | 1010000 | 1100011 | 1001010 | 0 | 1000101 | 11100001 | 1100010 | 10000 |
Color Harmonies of #011550
Complementary color
Monochromatic Colors of #011550
Black with #011550
Text Example
Text Example
White with #011550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011550; }
p { color: rgb(1,21,80); }
H1.HeaderClassName
{
color: #011550;
}
.AnyTagClassName
{
color: #011550;
}
</style>
background-color css
<style>
a { background-color: #011550; }
a { background-color: rgb(1,21,80); }
div.DivClassName
{
background-color: #011550;
}
.BgClassName
{
background-color: #011550;
}
</style>
border-color css
<style>
span { border-color: #011550; }
span { border-color: rgb(1,21,80); }
td.TdClassName
{
border-color: #011550;
}
.TagClassName
{
border-color: #011550;
}
</style>