Shades of Tangaroa #04223F
Tints of Tangaroa #04223F
RGB
CMYK
RGB Variations
Color information
#04223F (or 0x04223F) is known color: Tangaroa. HEX triplet: 04, 22 and 3F. RGB value is (4,34,63). Sum of RGB (Red+Green+Blue) = 4+34+63=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #04223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04223F is #FBDDC0. Grayscale: #1C1C1C. Windows color (decimal): -16506305 or 4137476. OLE color: 4137476.
HSL color Cylindrical-coordinate representation of color #04223F: hue angle of 209.49º 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 #04223F is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 34 | 63 | - |
| CMYK | 0.94 | 0.46 | 0 | 0.75 |
| HSL | 209.49º | 0.88% | 0.13% | - |
| HSV(B) | 209.49º | 0.94% | 0.25% | - |
| XYZ | 1.52 | 1.53 | 4.92 | - |
| YUV | 28.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 34 | 63 | 0.94 | 0.46 | 0 | 0.75 | 209.49 | 0.88 | 0.13 |
| Hex | 4 | 22 | 3F | 5E | 2E | 0 | 4B | D1 | 58 | D |
| Octal | 4 | 42 | 77 | 136 | 56 | 0 | 113 | 321 | 130 | 15 |
| Binary | 100 | 100010 | 111111 | 1011110 | 101110 | 0 | 1001011 | 11010001 | 1011000 | 1101 |
Color Harmonies of #04223F
Complementary color
Monochromatic Colors of #04223F
Black with #04223F
Text Example
Text Example
White with #04223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04223F; }
p { color: rgb(4,34,63); }
H1.HeaderClassName
{
color: #04223F;
}
.AnyTagClassName
{
color: #04223F;
}
</style>
background-color css
<style>
a { background-color: #04223F; }
a { background-color: rgb(4,34,63); }
div.DivClassName
{
background-color: #04223F;
}
.BgClassName
{
background-color: #04223F;
}
</style>
border-color css
<style>
span { border-color: #04223F; }
span { border-color: rgb(4,34,63); }
td.TdClassName
{
border-color: #04223F;
}
.TagClassName
{
border-color: #04223F;
}
</style>