Shades of Sapphire #041E56
Tints of Sapphire #041E56
RGB
CMYK
RGB Variations
Color information
#041E56 (or 0x041E56) is known color: Sapphire. HEX triplet: 04, 1E and 56. RGB value is (4,30,86). Sum of RGB (Red+Green+Blue) = 4+30+86=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 86 (33.98% from 255 or 71.67% from 120); Max value from RGB is 86 - color contains mainly: blue. Hex color #041E56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E56 is #FBE1A9. Grayscale: #1C1C1C. Windows color (decimal): -16507306 or 5643780. OLE color: 5643780.
HSL color Cylindrical-coordinate representation of color #041E56: hue angle of 220.98º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E56 is Cyan = 0.95, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 4 | 30 | 86 | - |
| CMYK | 0.95 | 0.65 | 0 | 0.66 |
| HSL | 220.98º | 0.91% | 0.18% | - |
| HSV(B) | 220.98º | 0.95% | 0.34% | - |
| XYZ | 2.19 | 1.63 | 9 | - |
| YUV | 28.61 | 160.39 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 86 | 0.95 | 0.65 | 0 | 0.66 | 220.98 | 0.91 | 0.18 |
| Hex | 4 | 1E | 56 | 5F | 41 | 0 | 42 | DD | 5B | 12 |
| Octal | 4 | 36 | 126 | 137 | 101 | 0 | 102 | 335 | 133 | 22 |
| Binary | 100 | 11110 | 1010110 | 1011111 | 1000001 | 0 | 1000010 | 11011101 | 1011011 | 10010 |
Color Harmonies of #041E56
Complementary color
Monochromatic Colors of #041E56
Black with #041E56
Text Example
Text Example
White with #041E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E56; }
p { color: rgb(4,30,86); }
H1.HeaderClassName
{
color: #041E56;
}
.AnyTagClassName
{
color: #041E56;
}
</style>
background-color css
<style>
a { background-color: #041E56; }
a { background-color: rgb(4,30,86); }
div.DivClassName
{
background-color: #041E56;
}
.BgClassName
{
background-color: #041E56;
}
</style>
border-color css
<style>
span { border-color: #041E56; }
span { border-color: rgb(4,30,86); }
td.TdClassName
{
border-color: #041E56;
}
.TagClassName
{
border-color: #041E56;
}
</style>