Shades of Sapphire #011955
Tints of Sapphire #011955
RGB
CMYK
RGB Variations
Color information
#011955 (or 0x011955) is known color: Sapphire. HEX triplet: 01, 19 and 55. RGB value is (1,25,85). Sum of RGB (Red+Green+Blue) = 1+25+85=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 25 (10.16% from 255 or 22.52% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #011955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011955 is #FEE6AA. Grayscale: #181818. Windows color (decimal): -16705195 or 5576961. OLE color: 5576961.
HSL color Cylindrical-coordinate representation of color #011955: hue angle of 222.86º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011955 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 25 | 85 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.67 |
| HSL | 222.86º | 0.98% | 0.17% | - |
| HSV(B) | 222.86º | 0.99% | 0.33% | - |
| XYZ | 2 | 1.36 | 8.75 | - |
| YUV | 24.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 85 | 0.99 | 0.71 | 0 | 0.67 | 222.86 | 0.98 | 0.17 |
| Hex | 1 | 19 | 55 | 63 | 47 | 0 | 43 | DF | 62 | 11 |
| Octal | 1 | 31 | 125 | 143 | 107 | 0 | 103 | 337 | 142 | 21 |
| Binary | 1 | 11001 | 1010101 | 1100011 | 1000111 | 0 | 1000011 | 11011111 | 1100010 | 10001 |
Color Harmonies of #011955
Complementary color
Monochromatic Colors of #011955
Black with #011955
Text Example
Text Example
White with #011955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011955; }
p { color: rgb(1,25,85); }
H1.HeaderClassName
{
color: #011955;
}
.AnyTagClassName
{
color: #011955;
}
</style>
background-color css
<style>
a { background-color: #011955; }
a { background-color: rgb(1,25,85); }
div.DivClassName
{
background-color: #011955;
}
.BgClassName
{
background-color: #011955;
}
</style>
border-color css
<style>
span { border-color: #011955; }
span { border-color: rgb(1,25,85); }
td.TdClassName
{
border-color: #011955;
}
.TagClassName
{
border-color: #011955;
}
</style>