Shades of Sapphire #041C73
Tints of Sapphire #041C73
RGB
CMYK
RGB Variations
Color information
#041C73 (or 0x041C73) is known color: Sapphire. HEX triplet: 04, 1C and 73. RGB value is (4,28,115). Sum of RGB (Red+Green+Blue) = 4+28+115=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #041C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041C73 is #FBE38C. Grayscale: #1E1E1E. Windows color (decimal): -16507789 or 7543812. OLE color: 7543812.
HSL color Cylindrical-coordinate representation of color #041C73: hue angle of 227.03º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041C73 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 4 | 28 | 115 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.55 |
| HSL | 227.03º | 0.93% | 0.23% | - |
| HSV(B) | 227.03º | 0.97% | 0.45% | - |
| XYZ | 3.56 | 2.09 | 16.44 | - |
| YUV | 30.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 115 | 0.97 | 0.76 | 0 | 0.55 | 227.03 | 0.93 | 0.23 |
| Hex | 4 | 1C | 73 | 61 | 4C | 0 | 37 | E3 | 5D | 17 |
| Octal | 4 | 34 | 163 | 141 | 114 | 0 | 67 | 343 | 135 | 27 |
| Binary | 100 | 11100 | 1110011 | 1100001 | 1001100 | 0 | 110111 | 11100011 | 1011101 | 10111 |
Color Harmonies of #041C73
Complementary color
Monochromatic Colors of #041C73
Black with #041C73
Text Example
Text Example
White with #041C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C73; }
p { color: rgb(4,28,115); }
H1.HeaderClassName
{
color: #041C73;
}
.AnyTagClassName
{
color: #041C73;
}
</style>
background-color css
<style>
a { background-color: #041C73; }
a { background-color: rgb(4,28,115); }
div.DivClassName
{
background-color: #041C73;
}
.BgClassName
{
background-color: #041C73;
}
</style>
border-color css
<style>
span { border-color: #041C73; }
span { border-color: rgb(4,28,115); }
td.TdClassName
{
border-color: #041C73;
}
.TagClassName
{
border-color: #041C73;
}
</style>