Shades of Tangaroa #042341
Tints of Tangaroa #042341
RGB
CMYK
RGB Variations
Color information
#042341 (or 0x042341) is known color: Tangaroa. HEX triplet: 04, 23 and 41. RGB value is (4,35,65). Sum of RGB (Red+Green+Blue) = 4+35+65=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 65 (25.78% from 255 or 62.5% from 104); Max value from RGB is 65 - color contains mainly: blue. Hex color #042341 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042341 is #FBDCBE. Grayscale: #1D1D1D. Windows color (decimal): -16506047 or 4268804. OLE color: 4268804.
HSL color Cylindrical-coordinate representation of color #042341: hue angle of 209.51º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042341 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 35 | 65 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.75 |
| HSL | 209.51º | 0.88% | 0.14% | - |
| HSV(B) | 209.51º | 0.94% | 0.25% | - |
| XYZ | 1.61 | 1.61 | 5.23 | - |
| YUV | 29.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 65 | 0.94 | 0.46 | 0 | 0.75 | 209.51 | 0.88 | 0.14 |
| Hex | 4 | 23 | 41 | 5E | 2E | 0 | 4B | D2 | 58 | E |
| Octal | 4 | 43 | 101 | 136 | 56 | 0 | 113 | 322 | 130 | 16 |
| Binary | 100 | 100011 | 1000001 | 1011110 | 101110 | 0 | 1001011 | 11010010 | 1011000 | 1110 |
Color Harmonies of #042341
Complementary color
Monochromatic Colors of #042341
Black with #042341
Text Example
Text Example
White with #042341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042341; }
p { color: rgb(4,35,65); }
H1.HeaderClassName
{
color: #042341;
}
.AnyTagClassName
{
color: #042341;
}
</style>
background-color css
<style>
a { background-color: #042341; }
a { background-color: rgb(4,35,65); }
div.DivClassName
{
background-color: #042341;
}
.BgClassName
{
background-color: #042341;
}
</style>
border-color css
<style>
span { border-color: #042341; }
span { border-color: rgb(4,35,65); }
td.TdClassName
{
border-color: #042341;
}
.TagClassName
{
border-color: #042341;
}
</style>