Shades of Tangaroa #042B40
Tints of Tangaroa #042B40
RGB
CMYK
RGB Variations
Color information
#042B40 (or 0x042B40) is known color: Tangaroa. HEX triplet: 04, 2B and 40. RGB value is (4,43,64). Sum of RGB (Red+Green+Blue) = 4+43+64=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #042B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042B40 is #FBD4BF. Grayscale: #212121. Windows color (decimal): -16504000 or 4205316. OLE color: 4205316.
HSL color Cylindrical-coordinate representation of color #042B40: hue angle of 201º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042B40 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 43 | 64 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.75 |
| HSL | 201º | 0.88% | 0.13% | - |
| HSV(B) | 201º | 0.94% | 0.25% | - |
| XYZ | 1.84 | 2.12 | 5.16 | - |
| YUV | 33.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 64 | 0.94 | 0.33 | 0 | 0.75 | 201 | 0.88 | 0.13 |
| Hex | 4 | 2B | 40 | 5E | 21 | 0 | 4B | C9 | 58 | D |
| Octal | 4 | 53 | 100 | 136 | 41 | 0 | 113 | 311 | 130 | 15 |
| Binary | 100 | 101011 | 1000000 | 1011110 | 100001 | 0 | 1001011 | 11001001 | 1011000 | 1101 |
Color Harmonies of #042B40
Complementary color
Monochromatic Colors of #042B40
Black with #042B40
Text Example
Text Example
White with #042B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B40; }
p { color: rgb(4,43,64); }
H1.HeaderClassName
{
color: #042B40;
}
.AnyTagClassName
{
color: #042B40;
}
</style>
background-color css
<style>
a { background-color: #042B40; }
a { background-color: rgb(4,43,64); }
div.DivClassName
{
background-color: #042B40;
}
.BgClassName
{
background-color: #042B40;
}
</style>
border-color css
<style>
span { border-color: #042B40; }
span { border-color: rgb(4,43,64); }
td.TdClassName
{
border-color: #042B40;
}
.TagClassName
{
border-color: #042B40;
}
</style>