Shades of Sapphire #011C59
Tints of Sapphire #011C59
RGB
CMYK
RGB Variations
Color information
#011C59 (or 0x011C59) is known color: Sapphire. HEX triplet: 01, 1C and 59. RGB value is (1,28,89). Sum of RGB (Red+Green+Blue) = 1+28+89=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #011C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C59 is #FEE3A6. Grayscale: #1A1A1A. Windows color (decimal): -16704423 or 5839873. OLE color: 5839873.
HSL color Cylindrical-coordinate representation of color #011C59: hue angle of 221.59º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C59 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 28 | 89 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.65 |
| HSL | 221.59º | 0.98% | 0.18% | - |
| HSV(B) | 221.59º | 0.99% | 0.35% | - |
| XYZ | 2.23 | 1.56 | 9.63 | - |
| YUV | 26.88 | 163.05 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 89 | 0.99 | 0.69 | 0 | 0.65 | 221.59 | 0.98 | 0.18 |
| Hex | 1 | 1C | 59 | 63 | 45 | 0 | 41 | DE | 62 | 12 |
| Octal | 1 | 34 | 131 | 143 | 105 | 0 | 101 | 336 | 142 | 22 |
| Binary | 1 | 11100 | 1011001 | 1100011 | 1000101 | 0 | 1000001 | 11011110 | 1100010 | 10010 |
Color Harmonies of #011C59
Complementary color
Monochromatic Colors of #011C59
Black with #011C59
Text Example
Text Example
White with #011C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C59; }
p { color: rgb(1,28,89); }
H1.HeaderClassName
{
color: #011C59;
}
.AnyTagClassName
{
color: #011C59;
}
</style>
background-color css
<style>
a { background-color: #011C59; }
a { background-color: rgb(1,28,89); }
div.DivClassName
{
background-color: #011C59;
}
.BgClassName
{
background-color: #011C59;
}
</style>
border-color css
<style>
span { border-color: #011C59; }
span { border-color: rgb(1,28,89); }
td.TdClassName
{
border-color: #011C59;
}
.TagClassName
{
border-color: #011C59;
}
</style>