Shades of Sapphire #011953
Tints of Sapphire #011953
RGB
CMYK
RGB Variations
Color information
#011953 (or 0x011953) is known color: Sapphire. HEX triplet: 01, 19 and 53. RGB value is (1,25,83). Sum of RGB (Red+Green+Blue) = 1+25+83=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 83 (32.81% from 255 or 76.15% from 109); Max value from RGB is 83 - color contains mainly: blue. Hex color #011953 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011953 is #FEE6AC. Grayscale: #181818. Windows color (decimal): -16705197 or 5445889. OLE color: 5445889.
HSL color Cylindrical-coordinate representation of color #011953: hue angle of 222.44º 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 #011953 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 25 | 83 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.67 |
| HSL | 222.44º | 0.98% | 0.16% | - |
| HSV(B) | 222.44º | 0.99% | 0.33% | - |
| XYZ | 1.92 | 1.33 | 8.34 | - |
| YUV | 24.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 83 | 0.99 | 0.70 | 0 | 0.67 | 222.44 | 0.98 | 0.16 |
| Hex | 1 | 19 | 53 | 63 | 46 | 0 | 43 | DE | 62 | 10 |
| Octal | 1 | 31 | 123 | 143 | 106 | 0 | 103 | 336 | 142 | 20 |
| Binary | 1 | 11001 | 1010011 | 1100011 | 1000110 | 0 | 1000011 | 11011110 | 1100010 | 10000 |
Color Harmonies of #011953
Complementary color
Monochromatic Colors of #011953
Black with #011953
Text Example
Text Example
White with #011953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011953; }
p { color: rgb(1,25,83); }
H1.HeaderClassName
{
color: #011953;
}
.AnyTagClassName
{
color: #011953;
}
</style>
background-color css
<style>
a { background-color: #011953; }
a { background-color: rgb(1,25,83); }
div.DivClassName
{
background-color: #011953;
}
.BgClassName
{
background-color: #011953;
}
</style>
border-color css
<style>
span { border-color: #011953; }
span { border-color: rgb(1,25,83); }
td.TdClassName
{
border-color: #011953;
}
.TagClassName
{
border-color: #011953;
}
</style>