Shades of Tangaroa #002441
Tints of Tangaroa #002441
RGB
CMYK
RGB Variations
Color information
#002441 (or 0x002441) is known color: Tangaroa. HEX triplet: 00, 24 and 41. RGB value is (0,36,65). Sum of RGB (Red+Green+Blue) = 0+36+65=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 36 (14.45% from 255 or 35.64% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #002441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002441 is #FFDBBE. Grayscale: #1C1C1C. Windows color (decimal): -16767935 or 4269056. OLE color: 4269056.
HSL color Cylindrical-coordinate representation of color #002441: hue angle of 206.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002441 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 36 | 65 | - |
| CMYK | 1 | 0.45 | 0 | 0.75 |
| HSL | 206.77º | 1% | 0.13% | - |
| HSV(B) | 206.77º | 1% | 0.25% | - |
| XYZ | 1.59 | 1.64 | 5.23 | - |
| YUV | 28.54 | 148.57 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 36 | 65 | 1 | 0.45 | 0 | 0.75 | 206.77 | 1 | 0.13 |
| Hex | 0 | 24 | 41 | 64 | 2D | 0 | 4B | CF | 64 | D |
| Octal | 0 | 44 | 101 | 144 | 55 | 0 | 113 | 317 | 144 | 15 |
| Binary | 0 | 100100 | 1000001 | 1100100 | 101101 | 0 | 1001011 | 11001111 | 1100100 | 1101 |
Color Harmonies of #002441
Complementary color
Monochromatic Colors of #002441
Black with #002441
Text Example
Text Example
White with #002441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002441; }
p { color: rgb(0,36,65); }
H1.HeaderClassName
{
color: #002441;
}
.AnyTagClassName
{
color: #002441;
}
</style>
background-color css
<style>
a { background-color: #002441; }
a { background-color: rgb(0,36,65); }
div.DivClassName
{
background-color: #002441;
}
.BgClassName
{
background-color: #002441;
}
</style>
border-color css
<style>
span { border-color: #002441; }
span { border-color: rgb(0,36,65); }
td.TdClassName
{
border-color: #002441;
}
.TagClassName
{
border-color: #002441;
}
</style>