Shades of Sapphire #011C73
Tints of Sapphire #011C73
RGB
CMYK
RGB Variations
Color information
#011C73 (or 0x011C73) is known color: Sapphire. HEX triplet: 01, 1C and 73. RGB value is (1,28,115). Sum of RGB (Red+Green+Blue) = 1+28+115=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #011C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011C73 is #FEE38C. Grayscale: #1D1D1D. Windows color (decimal): -16704397 or 7543809. OLE color: 7543809.
HSL color Cylindrical-coordinate representation of color #011C73: hue angle of 225.79º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011C73 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 28 | 115 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.55 |
| HSL | 225.79º | 0.98% | 0.23% | - |
| HSV(B) | 225.79º | 0.99% | 0.45% | - |
| XYZ | 3.52 | 2.07 | 16.43 | - |
| YUV | 29.85 | 176.05 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 115 | 0.99 | 0.76 | 0 | 0.55 | 225.79 | 0.98 | 0.23 |
| Hex | 1 | 1C | 73 | 63 | 4C | 0 | 37 | E2 | 62 | 17 |
| Octal | 1 | 34 | 163 | 143 | 114 | 0 | 67 | 342 | 142 | 27 |
| Binary | 1 | 11100 | 1110011 | 1100011 | 1001100 | 0 | 110111 | 11100010 | 1100010 | 10111 |
Color Harmonies of #011C73
Complementary color
Monochromatic Colors of #011C73
Black with #011C73
Text Example
Text Example
White with #011C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C73; }
p { color: rgb(1,28,115); }
H1.HeaderClassName
{
color: #011C73;
}
.AnyTagClassName
{
color: #011C73;
}
</style>
background-color css
<style>
a { background-color: #011C73; }
a { background-color: rgb(1,28,115); }
div.DivClassName
{
background-color: #011C73;
}
.BgClassName
{
background-color: #011C73;
}
</style>
border-color css
<style>
span { border-color: #011C73; }
span { border-color: rgb(1,28,115); }
td.TdClassName
{
border-color: #011C73;
}
.TagClassName
{
border-color: #011C73;
}
</style>