Shades of Tangaroa #041C40
Tints of Tangaroa #041C40
RGB
CMYK
RGB Variations
Color information
#041C40 (or 0x041C40) is known color: Tangaroa. HEX triplet: 04, 1C and 40. RGB value is (4,28,64). Sum of RGB (Red+Green+Blue) = 4+28+64=96 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.17% from 96); Green value is 28 (11.33% from 255 or 29.17% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #041C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C40 is #FBE3BF. Grayscale: #181818. Windows color (decimal): -16507840 or 4201476. OLE color: 4201476.
HSL color Cylindrical-coordinate representation of color #041C40: hue angle of 216º 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 #041C40 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 28 | 64 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.75 |
| HSL | 216º | 0.88% | 0.13% | - |
| HSV(B) | 216º | 0.94% | 0.25% | - |
| XYZ | 1.39 | 1.23 | 5.01 | - |
| YUV | 24.93 | 150.05 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 64 | 0.94 | 0.56 | 0 | 0.75 | 216 | 0.88 | 0.13 |
| Hex | 4 | 1C | 40 | 5E | 38 | 0 | 4B | D8 | 58 | D |
| Octal | 4 | 34 | 100 | 136 | 70 | 0 | 113 | 330 | 130 | 15 |
| Binary | 100 | 11100 | 1000000 | 1011110 | 111000 | 0 | 1001011 | 11011000 | 1011000 | 1101 |
Color Harmonies of #041C40
Complementary color
Monochromatic Colors of #041C40
Black with #041C40
Text Example
Text Example
White with #041C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C40; }
p { color: rgb(4,28,64); }
H1.HeaderClassName
{
color: #041C40;
}
.AnyTagClassName
{
color: #041C40;
}
</style>
background-color css
<style>
a { background-color: #041C40; }
a { background-color: rgb(4,28,64); }
div.DivClassName
{
background-color: #041C40;
}
.BgClassName
{
background-color: #041C40;
}
</style>
border-color css
<style>
span { border-color: #041C40; }
span { border-color: rgb(4,28,64); }
td.TdClassName
{
border-color: #041C40;
}
.TagClassName
{
border-color: #041C40;
}
</style>