Shades of Sapphire #041E4E
Tints of Sapphire #041E4E
RGB
CMYK
RGB Variations
Color information
#041E4E (or 0x041E4E) is known color: Sapphire. HEX triplet: 04, 1E and 4E. RGB value is (4,30,78). Sum of RGB (Red+Green+Blue) = 4+30+78=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 78 (30.86% from 255 or 69.64% from 112); Max value from RGB is 78 - color contains mainly: blue. Hex color #041E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #041E4E is #FBE1B1. Grayscale: #1B1B1B. Windows color (decimal): -16507314 or 5119492. OLE color: 5119492.
HSL color Cylindrical-coordinate representation of color #041E4E: hue angle of 218.92º 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 #041E4E is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 30 | 78 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.69 |
| HSL | 218.92º | 0.9% | 0.16% | - |
| HSV(B) | 218.92º | 0.95% | 0.31% | - |
| XYZ | 1.89 | 1.5 | 7.4 | - |
| YUV | 27.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 78 | 0.95 | 0.62 | 0 | 0.69 | 218.92 | 0.9 | 0.16 |
| Hex | 4 | 1E | 4E | 5F | 3E | 0 | 45 | DB | 5A | 10 |
| Octal | 4 | 36 | 116 | 137 | 76 | 0 | 105 | 333 | 132 | 20 |
| Binary | 100 | 11110 | 1001110 | 1011111 | 111110 | 0 | 1000101 | 11011011 | 1011010 | 10000 |
Color Harmonies of #041E4E
Complementary color
Monochromatic Colors of #041E4E
Black with #041E4E
Text Example
Text Example
White with #041E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E4E; }
p { color: rgb(4,30,78); }
H1.HeaderClassName
{
color: #041E4E;
}
.AnyTagClassName
{
color: #041E4E;
}
</style>
background-color css
<style>
a { background-color: #041E4E; }
a { background-color: rgb(4,30,78); }
div.DivClassName
{
background-color: #041E4E;
}
.BgClassName
{
background-color: #041E4E;
}
</style>
border-color css
<style>
span { border-color: #041E4E; }
span { border-color: rgb(4,30,78); }
td.TdClassName
{
border-color: #041E4E;
}
.TagClassName
{
border-color: #041E4E;
}
</style>