Shades of Sapphire #011553
Tints of Sapphire #011553
RGB
CMYK
RGB Variations
Color information
#011553 (or 0x011553) is known color: Sapphire. HEX triplet: 01, 15 and 53. RGB value is (1,21,83). Sum of RGB (Red+Green+Blue) = 1+21+83=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 83 (32.81% from 255 or 79.05% from 105); Max value from RGB is 83 - color contains mainly: blue. Hex color #011553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011553 is #FEEAAC. Grayscale: #151515. Windows color (decimal): -16706221 or 5444865. OLE color: 5444865.
HSL color Cylindrical-coordinate representation of color #011553: hue angle of 225.37º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011553 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 21 | 83 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.67 |
| HSL | 225.37º | 0.98% | 0.16% | - |
| HSV(B) | 225.37º | 0.99% | 0.33% | - |
| XYZ | 1.84 | 1.17 | 8.31 | - |
| YUV | 22.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 21 | 83 | 0.99 | 0.75 | 0 | 0.67 | 225.37 | 0.98 | 0.16 |
| Hex | 1 | 15 | 53 | 63 | 4B | 0 | 43 | E1 | 62 | 10 |
| Octal | 1 | 25 | 123 | 143 | 113 | 0 | 103 | 341 | 142 | 20 |
| Binary | 1 | 10101 | 1010011 | 1100011 | 1001011 | 0 | 1000011 | 11100001 | 1100010 | 10000 |
Color Harmonies of #011553
Complementary color
Monochromatic Colors of #011553
Black with #011553
Text Example
Text Example
White with #011553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011553; }
p { color: rgb(1,21,83); }
H1.HeaderClassName
{
color: #011553;
}
.AnyTagClassName
{
color: #011553;
}
</style>
background-color css
<style>
a { background-color: #011553; }
a { background-color: rgb(1,21,83); }
div.DivClassName
{
background-color: #011553;
}
.BgClassName
{
background-color: #011553;
}
</style>
border-color css
<style>
span { border-color: #011553; }
span { border-color: rgb(1,21,83); }
td.TdClassName
{
border-color: #011553;
}
.TagClassName
{
border-color: #011553;
}
</style>