Shades of Tangaroa #041E45
Tints of Tangaroa #041E45
RGB
CMYK
RGB Variations
Color information
#041E45 (or 0x041E45) is known color: Tangaroa. HEX triplet: 04, 1E and 45. RGB value is (4,30,69). Sum of RGB (Red+Green+Blue) = 4+30+69=103 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.88% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 69 (27.34% from 255 or 66.99% from 103); Max value from RGB is 69 - color contains mainly: blue. Hex color #041E45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E45 is #FBE1BA. Grayscale: #1A1A1A. Windows color (decimal): -16507323 or 4529668. OLE color: 4529668.
HSL color Cylindrical-coordinate representation of color #041E45: hue angle of 216º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041E45 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 30 | 69 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.73 |
| HSL | 216º | 0.89% | 0.14% | - |
| HSV(B) | 216º | 0.94% | 0.27% | - |
| XYZ | 1.59 | 1.38 | 5.81 | - |
| YUV | 26.67 | 151.89 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 69 | 0.94 | 0.57 | 0 | 0.73 | 216 | 0.89 | 0.14 |
| Hex | 4 | 1E | 45 | 5E | 39 | 0 | 49 | D8 | 59 | E |
| Octal | 4 | 36 | 105 | 136 | 71 | 0 | 111 | 330 | 131 | 16 |
| Binary | 100 | 11110 | 1000101 | 1011110 | 111001 | 0 | 1001001 | 11011000 | 1011001 | 1110 |
Color Harmonies of #041E45
Complementary color
Monochromatic Colors of #041E45
Black with #041E45
Text Example
Text Example
White with #041E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E45; }
p { color: rgb(4,30,69); }
H1.HeaderClassName
{
color: #041E45;
}
.AnyTagClassName
{
color: #041E45;
}
</style>
background-color css
<style>
a { background-color: #041E45; }
a { background-color: rgb(4,30,69); }
div.DivClassName
{
background-color: #041E45;
}
.BgClassName
{
background-color: #041E45;
}
</style>
border-color css
<style>
span { border-color: #041E45; }
span { border-color: rgb(4,30,69); }
td.TdClassName
{
border-color: #041E45;
}
.TagClassName
{
border-color: #041E45;
}
</style>