Shades of Sapphire #041E55
Tints of Sapphire #041E55
RGB
CMYK
RGB Variations
Color information
#041E55 (or 0x041E55) is known color: Sapphire. HEX triplet: 04, 1E and 55. RGB value is (4,30,85). Sum of RGB (Red+Green+Blue) = 4+30+85=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #041E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E55 is #FBE1AA. Grayscale: #1C1C1C. Windows color (decimal): -16507307 or 5578244. OLE color: 5578244.
HSL color Cylindrical-coordinate representation of color #041E55: hue angle of 220.74º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E55 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 30 | 85 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.67 |
| HSL | 220.74º | 0.91% | 0.17% | - |
| HSV(B) | 220.74º | 0.95% | 0.33% | - |
| XYZ | 2.15 | 1.61 | 8.79 | - |
| YUV | 28.5 | 159.89 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 85 | 0.95 | 0.65 | 0 | 0.67 | 220.74 | 0.91 | 0.17 |
| Hex | 4 | 1E | 55 | 5F | 41 | 0 | 43 | DD | 5B | 11 |
| Octal | 4 | 36 | 125 | 137 | 101 | 0 | 103 | 335 | 133 | 21 |
| Binary | 100 | 11110 | 1010101 | 1011111 | 1000001 | 0 | 1000011 | 11011101 | 1011011 | 10001 |
Color Harmonies of #041E55
Complementary color
Monochromatic Colors of #041E55
Black with #041E55
Text Example
Text Example
White with #041E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E55; }
p { color: rgb(4,30,85); }
H1.HeaderClassName
{
color: #041E55;
}
.AnyTagClassName
{
color: #041E55;
}
</style>
background-color css
<style>
a { background-color: #041E55; }
a { background-color: rgb(4,30,85); }
div.DivClassName
{
background-color: #041E55;
}
.BgClassName
{
background-color: #041E55;
}
</style>
border-color css
<style>
span { border-color: #041E55; }
span { border-color: rgb(4,30,85); }
td.TdClassName
{
border-color: #041E55;
}
.TagClassName
{
border-color: #041E55;
}
</style>