Shades of Tangaroa #041A37
Tints of Tangaroa #041A37
RGB
CMYK
RGB Variations
Color information
#041A37 (or 0x041A37) is known color: Tangaroa. HEX triplet: 04, 1A and 37. RGB value is (4,26,55). Sum of RGB (Red+Green+Blue) = 4+26+55=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #041A37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A37 is #FBE5C8. Grayscale: #161616. Windows color (decimal): -16508361 or 3611140. OLE color: 3611140.
HSL color Cylindrical-coordinate representation of color #041A37: hue angle of 214.12º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041A37 is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 26 | 55 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.78 |
| HSL | 214.12º | 0.86% | 0.12% | - |
| HSV(B) | 214.12º | 0.93% | 0.22% | - |
| XYZ | 1.11 | 1.04 | 3.76 | - |
| YUV | 22.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 26 | 55 | 0.93 | 0.53 | 0 | 0.78 | 214.12 | 0.86 | 0.12 |
| Hex | 4 | 1A | 37 | 5D | 35 | 0 | 4E | D6 | 56 | C |
| Octal | 4 | 32 | 67 | 135 | 65 | 0 | 116 | 326 | 126 | 14 |
| Binary | 100 | 11010 | 110111 | 1011101 | 110101 | 0 | 1001110 | 11010110 | 1010110 | 1100 |
Color Harmonies of #041A37
Complementary color
Monochromatic Colors of #041A37
Black with #041A37
Text Example
Text Example
White with #041A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041A37; }
p { color: rgb(4,26,55); }
H1.HeaderClassName
{
color: #041A37;
}
.AnyTagClassName
{
color: #041A37;
}
</style>
background-color css
<style>
a { background-color: #041A37; }
a { background-color: rgb(4,26,55); }
div.DivClassName
{
background-color: #041A37;
}
.BgClassName
{
background-color: #041A37;
}
</style>
border-color css
<style>
span { border-color: #041A37; }
span { border-color: rgb(4,26,55); }
td.TdClassName
{
border-color: #041A37;
}
.TagClassName
{
border-color: #041A37;
}
</style>