Shades of Sapphire #041E50
Tints of Sapphire #041E50
RGB
CMYK
RGB Variations
Color information
#041E50 (or 0x041E50) is known color: Sapphire. HEX triplet: 04, 1E and 50. RGB value is (4,30,80). Sum of RGB (Red+Green+Blue) = 4+30+80=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 80 (31.64% from 255 or 70.18% from 114); Max value from RGB is 80 - color contains mainly: blue. Hex color #041E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E50 is #FBE1AF. Grayscale: #1B1B1B. Windows color (decimal): -16507312 or 5250564. OLE color: 5250564.
HSL color Cylindrical-coordinate representation of color #041E50: hue angle of 219.47º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #041E50 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 30 | 80 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.69 |
| HSL | 219.47º | 0.9% | 0.16% | - |
| HSV(B) | 219.47º | 0.95% | 0.31% | - |
| XYZ | 1.96 | 1.53 | 7.78 | - |
| YUV | 27.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 80 | 0.95 | 0.62 | 0 | 0.69 | 219.47 | 0.9 | 0.16 |
| Hex | 4 | 1E | 50 | 5F | 3E | 0 | 45 | DB | 5A | 10 |
| Octal | 4 | 36 | 120 | 137 | 76 | 0 | 105 | 333 | 132 | 20 |
| Binary | 100 | 11110 | 1010000 | 1011111 | 111110 | 0 | 1000101 | 11011011 | 1011010 | 10000 |
Color Harmonies of #041E50
Complementary color
Monochromatic Colors of #041E50
Black with #041E50
Text Example
Text Example
White with #041E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E50; }
p { color: rgb(4,30,80); }
H1.HeaderClassName
{
color: #041E50;
}
.AnyTagClassName
{
color: #041E50;
}
</style>
background-color css
<style>
a { background-color: #041E50; }
a { background-color: rgb(4,30,80); }
div.DivClassName
{
background-color: #041E50;
}
.BgClassName
{
background-color: #041E50;
}
</style>
border-color css
<style>
span { border-color: #041E50; }
span { border-color: rgb(4,30,80); }
td.TdClassName
{
border-color: #041E50;
}
.TagClassName
{
border-color: #041E50;
}
</style>