Shades of Sapphire #011957
Tints of Sapphire #011957
RGB
CMYK
RGB Variations
Color information
#011957 (or 0x011957) is known color: Sapphire. HEX triplet: 01, 19 and 57. RGB value is (1,25,87). Sum of RGB (Red+Green+Blue) = 1+25+87=113 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 87 (34.38% from 255 or 76.99% from 113); Max value from RGB is 87 - color contains mainly: blue. Hex color #011957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #011957 is #FEE6A8. Grayscale: #181818. Windows color (decimal): -16705193 or 5708033. OLE color: 5708033.
HSL color Cylindrical-coordinate representation of color #011957: hue angle of 223.26º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011957 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 25 | 87 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.66 |
| HSL | 223.26º | 0.98% | 0.17% | - |
| HSV(B) | 223.26º | 0.99% | 0.34% | - |
| XYZ | 2.08 | 1.39 | 9.18 | - |
| YUV | 24.89 | 163.05 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 87 | 0.99 | 0.71 | 0 | 0.66 | 223.26 | 0.98 | 0.17 |
| Hex | 1 | 19 | 57 | 63 | 47 | 0 | 42 | DF | 62 | 11 |
| Octal | 1 | 31 | 127 | 143 | 107 | 0 | 102 | 337 | 142 | 21 |
| Binary | 1 | 11001 | 1010111 | 1100011 | 1000111 | 0 | 1000010 | 11011111 | 1100010 | 10001 |
Color Harmonies of #011957
Complementary color
Monochromatic Colors of #011957
Black with #011957
Text Example
Text Example
White with #011957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011957; }
p { color: rgb(1,25,87); }
H1.HeaderClassName
{
color: #011957;
}
.AnyTagClassName
{
color: #011957;
}
</style>
background-color css
<style>
a { background-color: #011957; }
a { background-color: rgb(1,25,87); }
div.DivClassName
{
background-color: #011957;
}
.BgClassName
{
background-color: #011957;
}
</style>
border-color css
<style>
span { border-color: #011957; }
span { border-color: rgb(1,25,87); }
td.TdClassName
{
border-color: #011957;
}
.TagClassName
{
border-color: #011957;
}
</style>