Shades of Sapphire #011C57
Tints of Sapphire #011C57
RGB
CMYK
RGB Variations
Color information
#011C57 (or 0x011C57) is known color: Sapphire. HEX triplet: 01, 1C and 57. RGB value is (1,28,87). Sum of RGB (Red+Green+Blue) = 1+28+87=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 87 (34.38% from 255 or 75% from 116); Max value from RGB is 87 - color contains mainly: blue. Hex color #011C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C57 is #FEE3A8. Grayscale: #1A1A1A. Windows color (decimal): -16704425 or 5708801. OLE color: 5708801.
HSL color Cylindrical-coordinate representation of color #011C57: hue angle of 221.16º 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 #011C57 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 1 | 28 | 87 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.66 |
| HSL | 221.16º | 0.98% | 0.17% | - |
| HSV(B) | 221.16º | 0.99% | 0.34% | - |
| XYZ | 2.15 | 1.53 | 9.2 | - |
| YUV | 26.65 | 162.05 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 87 | 0.99 | 0.68 | 0 | 0.66 | 221.16 | 0.98 | 0.17 |
| Hex | 1 | 1C | 57 | 63 | 44 | 0 | 42 | DD | 62 | 11 |
| Octal | 1 | 34 | 127 | 143 | 104 | 0 | 102 | 335 | 142 | 21 |
| Binary | 1 | 11100 | 1010111 | 1100011 | 1000100 | 0 | 1000010 | 11011101 | 1100010 | 10001 |
Color Harmonies of #011C57
Complementary color
Monochromatic Colors of #011C57
Black with #011C57
Text Example
Text Example
White with #011C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C57; }
p { color: rgb(1,28,87); }
H1.HeaderClassName
{
color: #011C57;
}
.AnyTagClassName
{
color: #011C57;
}
</style>
background-color css
<style>
a { background-color: #011C57; }
a { background-color: rgb(1,28,87); }
div.DivClassName
{
background-color: #011C57;
}
.BgClassName
{
background-color: #011C57;
}
</style>
border-color css
<style>
span { border-color: #011C57; }
span { border-color: rgb(1,28,87); }
td.TdClassName
{
border-color: #011C57;
}
.TagClassName
{
border-color: #011C57;
}
</style>