Shades of Sapphire #011C58
Tints of Sapphire #011C58
RGB
CMYK
RGB Variations
Color information
#011C58 (or 0x011C58) is known color: Sapphire. HEX triplet: 01, 1C and 58. RGB value is (1,28,88). Sum of RGB (Red+Green+Blue) = 1+28+88=117 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 88 (34.77% from 255 or 75.21% from 117); Max value from RGB is 88 - color contains mainly: blue. Hex color #011C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C58 is #FEE3A7. Grayscale: #1A1A1A. Windows color (decimal): -16704424 or 5774337. OLE color: 5774337.
HSL color Cylindrical-coordinate representation of color #011C58: hue angle of 221.38º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C58 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 28 | 88 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.65 |
| HSL | 221.38º | 0.98% | 0.17% | - |
| HSV(B) | 221.38º | 0.99% | 0.35% | - |
| XYZ | 2.19 | 1.54 | 9.41 | - |
| YUV | 26.77 | 162.55 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 88 | 0.99 | 0.68 | 0 | 0.65 | 221.38 | 0.98 | 0.17 |
| Hex | 1 | 1C | 58 | 63 | 44 | 0 | 41 | DD | 62 | 11 |
| Octal | 1 | 34 | 130 | 143 | 104 | 0 | 101 | 335 | 142 | 21 |
| Binary | 1 | 11100 | 1011000 | 1100011 | 1000100 | 0 | 1000001 | 11011101 | 1100010 | 10001 |
Color Harmonies of #011C58
Complementary color
Monochromatic Colors of #011C58
Black with #011C58
Text Example
Text Example
White with #011C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C58; }
p { color: rgb(1,28,88); }
H1.HeaderClassName
{
color: #011C58;
}
.AnyTagClassName
{
color: #011C58;
}
</style>
background-color css
<style>
a { background-color: #011C58; }
a { background-color: rgb(1,28,88); }
div.DivClassName
{
background-color: #011C58;
}
.BgClassName
{
background-color: #011C58;
}
</style>
border-color css
<style>
span { border-color: #011C58; }
span { border-color: rgb(1,28,88); }
td.TdClassName
{
border-color: #011C58;
}
.TagClassName
{
border-color: #011C58;
}
</style>