Shades of Sapphire #011C71
Tints of Sapphire #011C71
RGB
CMYK
RGB Variations
Color information
#011C71 (or 0x011C71) is known color: Sapphire. HEX triplet: 01, 1C and 71. RGB value is (1,28,113). Sum of RGB (Red+Green+Blue) = 1+28+113=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #011C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C71 is #FEE38E. Grayscale: #1D1D1D. Windows color (decimal): -16704399 or 7412737. OLE color: 7412737.
HSL color Cylindrical-coordinate representation of color #011C71: hue angle of 225.54º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C71 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 28 | 113 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.56 |
| HSL | 225.54º | 0.98% | 0.22% | - |
| HSV(B) | 225.54º | 0.99% | 0.44% | - |
| XYZ | 3.41 | 2.03 | 15.83 | - |
| YUV | 29.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 113 | 0.99 | 0.75 | 0 | 0.56 | 225.54 | 0.98 | 0.22 |
| Hex | 1 | 1C | 71 | 63 | 4B | 0 | 38 | E2 | 62 | 16 |
| Octal | 1 | 34 | 161 | 143 | 113 | 0 | 70 | 342 | 142 | 26 |
| Binary | 1 | 11100 | 1110001 | 1100011 | 1001011 | 0 | 111000 | 11100010 | 1100010 | 10110 |
Color Harmonies of #011C71
Complementary color
Monochromatic Colors of #011C71
Black with #011C71
Text Example
Text Example
White with #011C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C71; }
p { color: rgb(1,28,113); }
H1.HeaderClassName
{
color: #011C71;
}
.AnyTagClassName
{
color: #011C71;
}
</style>
background-color css
<style>
a { background-color: #011C71; }
a { background-color: rgb(1,28,113); }
div.DivClassName
{
background-color: #011C71;
}
.BgClassName
{
background-color: #011C71;
}
</style>
border-color css
<style>
span { border-color: #011C71; }
span { border-color: rgb(1,28,113); }
td.TdClassName
{
border-color: #011C71;
}
.TagClassName
{
border-color: #011C71;
}
</style>