Shades of Tangaroa #04293E
Tints of Tangaroa #04293E
RGB
CMYK
RGB Variations
Color information
#04293E (or 0x04293E) is known color: Tangaroa. HEX triplet: 04, 29 and 3E. RGB value is (4,41,62). Sum of RGB (Red+Green+Blue) = 4+41+62=107 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.74% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #04293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04293E is #FBD6C1. Grayscale: #202020. Windows color (decimal): -16504514 or 4073732. OLE color: 4073732.
HSL color Cylindrical-coordinate representation of color #04293E: hue angle of 201.72º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04293E is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 41 | 62 | - |
| CMYK | 0.94 | 0.34 | 0 | 0.76 |
| HSL | 201.72º | 0.88% | 0.13% | - |
| HSV(B) | 201.72º | 0.94% | 0.24% | - |
| XYZ | 1.71 | 1.96 | 4.85 | - |
| YUV | 32.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 62 | 0.94 | 0.34 | 0 | 0.76 | 201.72 | 0.88 | 0.13 |
| Hex | 4 | 29 | 3E | 5E | 22 | 0 | 4C | CA | 58 | D |
| Octal | 4 | 51 | 76 | 136 | 42 | 0 | 114 | 312 | 130 | 15 |
| Binary | 100 | 101001 | 111110 | 1011110 | 100010 | 0 | 1001100 | 11001010 | 1011000 | 1101 |
Color Harmonies of #04293E
Complementary color
Monochromatic Colors of #04293E
Black with #04293E
Text Example
Text Example
White with #04293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04293E; }
p { color: rgb(4,41,62); }
H1.HeaderClassName
{
color: #04293E;
}
.AnyTagClassName
{
color: #04293E;
}
</style>
background-color css
<style>
a { background-color: #04293E; }
a { background-color: rgb(4,41,62); }
div.DivClassName
{
background-color: #04293E;
}
.BgClassName
{
background-color: #04293E;
}
</style>
border-color css
<style>
span { border-color: #04293E; }
span { border-color: rgb(4,41,62); }
td.TdClassName
{
border-color: #04293E;
}
.TagClassName
{
border-color: #04293E;
}
</style>