Shades of Sapphire #041E7C
Tints of Sapphire #041E7C
RGB
CMYK
RGB Variations
Color information
#041E7C (or 0x041E7C) is known color: Sapphire. HEX triplet: 04, 1E and 7C. RGB value is (4,30,124). Sum of RGB (Red+Green+Blue) = 4+30+124=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #041E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E7C is #FBE183. Grayscale: #202020. Windows color (decimal): -16507268 or 8134148. OLE color: 8134148.
HSL color Cylindrical-coordinate representation of color #041E7C: hue angle of 227º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #041E7C is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 4 | 30 | 124 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.51 |
| HSL | 227º | 0.94% | 0.25% | - |
| HSV(B) | 227º | 0.97% | 0.49% | - |
| XYZ | 4.15 | 2.41 | 19.32 | - |
| YUV | 32.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 124 | 0.97 | 0.76 | 0 | 0.51 | 227 | 0.94 | 0.25 |
| Hex | 4 | 1E | 7C | 61 | 4C | 0 | 33 | E3 | 5E | 19 |
| Octal | 4 | 36 | 174 | 141 | 114 | 0 | 63 | 343 | 136 | 31 |
| Binary | 100 | 11110 | 1111100 | 1100001 | 1001100 | 0 | 110011 | 11100011 | 1011110 | 11001 |
Color Harmonies of #041E7C
Complementary color
Monochromatic Colors of #041E7C
Black with #041E7C
Text Example
Text Example
White with #041E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E7C; }
p { color: rgb(4,30,124); }
H1.HeaderClassName
{
color: #041E7C;
}
.AnyTagClassName
{
color: #041E7C;
}
</style>
background-color css
<style>
a { background-color: #041E7C; }
a { background-color: rgb(4,30,124); }
div.DivClassName
{
background-color: #041E7C;
}
.BgClassName
{
background-color: #041E7C;
}
</style>
border-color css
<style>
span { border-color: #041E7C; }
span { border-color: rgb(4,30,124); }
td.TdClassName
{
border-color: #041E7C;
}
.TagClassName
{
border-color: #041E7C;
}
</style>