Shades of Tangaroa #041C37
Tints of Tangaroa #041C37
RGB
CMYK
RGB Variations
Color information
#041C37 (or 0x041C37) is known color: Tangaroa. HEX triplet: 04, 1C and 37. RGB value is (4,28,55). Sum of RGB (Red+Green+Blue) = 4+28+55=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #041C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C37 is #FBE3C8. Grayscale: #171717. Windows color (decimal): -16507849 or 3611652. OLE color: 3611652.
HSL color Cylindrical-coordinate representation of color #041C37: hue angle of 211.76º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041C37 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 28 | 55 | - |
| CMYK | 0.93 | 0.49 | 0 | 0.78 |
| HSL | 211.76º | 0.86% | 0.12% | - |
| HSV(B) | 211.76º | 0.93% | 0.22% | - |
| XYZ | 1.15 | 1.13 | 3.77 | - |
| YUV | 23.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 55 | 0.93 | 0.49 | 0 | 0.78 | 211.76 | 0.86 | 0.12 |
| Hex | 4 | 1C | 37 | 5D | 31 | 0 | 4E | D4 | 56 | C |
| Octal | 4 | 34 | 67 | 135 | 61 | 0 | 116 | 324 | 126 | 14 |
| Binary | 100 | 11100 | 110111 | 1011101 | 110001 | 0 | 1001110 | 11010100 | 1010110 | 1100 |
Color Harmonies of #041C37
Complementary color
Monochromatic Colors of #041C37
Black with #041C37
Text Example
Text Example
White with #041C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041C37; }
p { color: rgb(4,28,55); }
H1.HeaderClassName
{
color: #041C37;
}
.AnyTagClassName
{
color: #041C37;
}
</style>
background-color css
<style>
a { background-color: #041C37; }
a { background-color: rgb(4,28,55); }
div.DivClassName
{
background-color: #041C37;
}
.BgClassName
{
background-color: #041C37;
}
</style>
border-color css
<style>
span { border-color: #041C37; }
span { border-color: rgb(4,28,55); }
td.TdClassName
{
border-color: #041C37;
}
.TagClassName
{
border-color: #041C37;
}
</style>