Shades of Tangaroa #042044
Tints of Tangaroa #042044
RGB
CMYK
RGB Variations
Color information
#042044 (or 0x042044) is known color: Tangaroa. HEX triplet: 04, 20 and 44. RGB value is (4,32,68). Sum of RGB (Red+Green+Blue) = 4+32+68=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #042044 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042044 is #FBDFBB. Grayscale: #1B1B1B. Windows color (decimal): -16506812 or 4464644. OLE color: 4464644.
HSL color Cylindrical-coordinate representation of color #042044: hue angle of 213.75º 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 #042044 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 32 | 68 | - |
| CMYK | 0.94 | 0.53 | 0 | 0.73 |
| HSL | 213.75º | 0.89% | 0.14% | - |
| HSV(B) | 213.75º | 0.94% | 0.27% | - |
| XYZ | 1.61 | 1.48 | 5.67 | - |
| YUV | 27.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 68 | 0.94 | 0.53 | 0 | 0.73 | 213.75 | 0.89 | 0.14 |
| Hex | 4 | 20 | 44 | 5E | 35 | 0 | 49 | D6 | 59 | E |
| Octal | 4 | 40 | 104 | 136 | 65 | 0 | 111 | 326 | 131 | 16 |
| Binary | 100 | 100000 | 1000100 | 1011110 | 110101 | 0 | 1001001 | 11010110 | 1011001 | 1110 |
Color Harmonies of #042044
Complementary color
Monochromatic Colors of #042044
Black with #042044
Text Example
Text Example
White with #042044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042044; }
p { color: rgb(4,32,68); }
H1.HeaderClassName
{
color: #042044;
}
.AnyTagClassName
{
color: #042044;
}
</style>
background-color css
<style>
a { background-color: #042044; }
a { background-color: rgb(4,32,68); }
div.DivClassName
{
background-color: #042044;
}
.BgClassName
{
background-color: #042044;
}
</style>
border-color css
<style>
span { border-color: #042044; }
span { border-color: rgb(4,32,68); }
td.TdClassName
{
border-color: #042044;
}
.TagClassName
{
border-color: #042044;
}
</style>