Shades of Sapphire #011253
Tints of Sapphire #011253
RGB
CMYK
RGB Variations
Color information
#011253 (or 0x011253) is known color: Sapphire. HEX triplet: 01, 12 and 53. RGB value is (1,18,83). Sum of RGB (Red+Green+Blue) = 1+18+83=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 83 (32.81% from 255 or 81.37% from 102); Max value from RGB is 83 - color contains mainly: blue. Hex color #011253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011253 is #FEEDAC. Grayscale: #141414. Windows color (decimal): -16706989 or 5444097. OLE color: 5444097.
HSL color Cylindrical-coordinate representation of color #011253: hue angle of 227.56º 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 #011253 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 18 | 83 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.67 |
| HSL | 227.56º | 0.98% | 0.16% | - |
| HSV(B) | 227.56º | 0.99% | 0.33% | - |
| XYZ | 1.79 | 1.06 | 8.29 | - |
| YUV | 20.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 18 | 83 | 0.99 | 0.78 | 0 | 0.67 | 227.56 | 0.98 | 0.16 |
| Hex | 1 | 12 | 53 | 63 | 4E | 0 | 43 | E4 | 62 | 10 |
| Octal | 1 | 22 | 123 | 143 | 116 | 0 | 103 | 344 | 142 | 20 |
| Binary | 1 | 10010 | 1010011 | 1100011 | 1001110 | 0 | 1000011 | 11100100 | 1100010 | 10000 |
Color Harmonies of #011253
Complementary color
Monochromatic Colors of #011253
Black with #011253
Text Example
Text Example
White with #011253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011253; }
p { color: rgb(1,18,83); }
H1.HeaderClassName
{
color: #011253;
}
.AnyTagClassName
{
color: #011253;
}
</style>
background-color css
<style>
a { background-color: #011253; }
a { background-color: rgb(1,18,83); }
div.DivClassName
{
background-color: #011253;
}
.BgClassName
{
background-color: #011253;
}
</style>
border-color css
<style>
span { border-color: #011253; }
span { border-color: rgb(1,18,83); }
td.TdClassName
{
border-color: #011253;
}
.TagClassName
{
border-color: #011253;
}
</style>