Shades of Tangaroa #042243
Tints of Tangaroa #042243
RGB
CMYK
RGB Variations
Color information
#042243 (or 0x042243) is known color: Tangaroa. HEX triplet: 04, 22 and 43. RGB value is (4,34,67). Sum of RGB (Red+Green+Blue) = 4+34+67=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 34 (13.67% from 255 or 32.38% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #042243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042243 is #FBDDBC. Grayscale: #1C1C1C. Windows color (decimal): -16506301 or 4399620. OLE color: 4399620.
HSL color Cylindrical-coordinate representation of color #042243: hue angle of 211.43º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042243 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 34 | 67 | - |
| CMYK | 0.94 | 0.49 | 0 | 0.74 |
| HSL | 211.43º | 0.89% | 0.14% | - |
| HSV(B) | 211.43º | 0.94% | 0.26% | - |
| XYZ | 1.64 | 1.58 | 5.53 | - |
| YUV | 28.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 67 | 0.94 | 0.49 | 0 | 0.74 | 211.43 | 0.89 | 0.14 |
| Hex | 4 | 22 | 43 | 5E | 31 | 0 | 4A | D3 | 59 | E |
| Octal | 4 | 42 | 103 | 136 | 61 | 0 | 112 | 323 | 131 | 16 |
| Binary | 100 | 100010 | 1000011 | 1011110 | 110001 | 0 | 1001010 | 11010011 | 1011001 | 1110 |
Color Harmonies of #042243
Complementary color
Monochromatic Colors of #042243
Black with #042243
Text Example
Text Example
White with #042243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042243; }
p { color: rgb(4,34,67); }
H1.HeaderClassName
{
color: #042243;
}
.AnyTagClassName
{
color: #042243;
}
</style>
background-color css
<style>
a { background-color: #042243; }
a { background-color: rgb(4,34,67); }
div.DivClassName
{
background-color: #042243;
}
.BgClassName
{
background-color: #042243;
}
</style>
border-color css
<style>
span { border-color: #042243; }
span { border-color: rgb(4,34,67); }
td.TdClassName
{
border-color: #042243;
}
.TagClassName
{
border-color: #042243;
}
</style>