Shades of Sapphire #041E47
Tints of Sapphire #041E47
RGB
CMYK
RGB Variations
Color information
#041E47 (or 0x041E47) is known color: Sapphire. HEX triplet: 04, 1E and 47. RGB value is (4,30,71). Sum of RGB (Red+Green+Blue) = 4+30+71=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #041E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E47 is #FBE1B8. Grayscale: #1A1A1A. Windows color (decimal): -16507321 or 4660740. OLE color: 4660740.
HSL color Cylindrical-coordinate representation of color #041E47: hue angle of 216.72º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041E47 is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 30 | 71 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.72 |
| HSL | 216.72º | 0.89% | 0.15% | - |
| HSV(B) | 216.72º | 0.94% | 0.28% | - |
| XYZ | 1.65 | 1.41 | 6.15 | - |
| YUV | 26.9 | 152.89 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 71 | 0.94 | 0.58 | 0 | 0.72 | 216.72 | 0.89 | 0.15 |
| Hex | 4 | 1E | 47 | 5E | 3A | 0 | 48 | D9 | 59 | F |
| Octal | 4 | 36 | 107 | 136 | 72 | 0 | 110 | 331 | 131 | 17 |
| Binary | 100 | 11110 | 1000111 | 1011110 | 111010 | 0 | 1001000 | 11011001 | 1011001 | 1111 |
Color Harmonies of #041E47
Complementary color
Monochromatic Colors of #041E47
Black with #041E47
Text Example
Text Example
White with #041E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E47; }
p { color: rgb(4,30,71); }
H1.HeaderClassName
{
color: #041E47;
}
.AnyTagClassName
{
color: #041E47;
}
</style>
background-color css
<style>
a { background-color: #041E47; }
a { background-color: rgb(4,30,71); }
div.DivClassName
{
background-color: #041E47;
}
.BgClassName
{
background-color: #041E47;
}
</style>
border-color css
<style>
span { border-color: #041E47; }
span { border-color: rgb(4,30,71); }
td.TdClassName
{
border-color: #041E47;
}
.TagClassName
{
border-color: #041E47;
}
</style>