Shades of Tangaroa #04243B
Tints of Tangaroa #04243B
RGB
CMYK
RGB Variations
Color information
#04243B (or 0x04243B) is known color: Tangaroa. HEX triplet: 04, 24 and 3B. RGB value is (4,36,59). Sum of RGB (Red+Green+Blue) = 4+36+59=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #04243B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04243B is #FBDBC4. Grayscale: #1C1C1C. Windows color (decimal): -16505797 or 3875844. OLE color: 3875844.
HSL color Cylindrical-coordinate representation of color #04243B: hue angle of 205.09º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04243B is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 36 | 59 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.77 |
| HSL | 205.09º | 0.87% | 0.12% | - |
| HSV(B) | 205.09º | 0.93% | 0.23% | - |
| XYZ | 1.47 | 1.6 | 4.37 | - |
| YUV | 29.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 36 | 59 | 0.93 | 0.39 | 0 | 0.77 | 205.09 | 0.87 | 0.12 |
| Hex | 4 | 24 | 3B | 5D | 27 | 0 | 4D | CD | 57 | C |
| Octal | 4 | 44 | 73 | 135 | 47 | 0 | 115 | 315 | 127 | 14 |
| Binary | 100 | 100100 | 111011 | 1011101 | 100111 | 0 | 1001101 | 11001101 | 1010111 | 1100 |
Color Harmonies of #04243B
Complementary color
Monochromatic Colors of #04243B
Black with #04243B
Text Example
Text Example
White with #04243B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04243B; }
p { color: rgb(4,36,59); }
H1.HeaderClassName
{
color: #04243B;
}
.AnyTagClassName
{
color: #04243B;
}
</style>
background-color css
<style>
a { background-color: #04243B; }
a { background-color: rgb(4,36,59); }
div.DivClassName
{
background-color: #04243B;
}
.BgClassName
{
background-color: #04243B;
}
</style>
border-color css
<style>
span { border-color: #04243B; }
span { border-color: rgb(4,36,59); }
td.TdClassName
{
border-color: #04243B;
}
.TagClassName
{
border-color: #04243B;
}
</style>