Shades of Tangaroa #001E41
Tints of Tangaroa #001E41
RGB
CMYK
RGB Variations
Color information
#001E41 (or 0x001E41) is known color: Tangaroa. HEX triplet: 00, 1E and 41. RGB value is (0,30,65). Sum of RGB (Red+Green+Blue) = 0+30+65=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 65 (25.78% from 255 or 68.42% from 95); Max value from RGB is 65 - color contains mainly: blue. Hex color #001E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E41 is #FFE1BE. Grayscale: #181818. Windows color (decimal): -16769471 or 4267520. OLE color: 4267520.
HSL color Cylindrical-coordinate representation of color #001E41: hue angle of 212.31º 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 #001E41 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 30 | 65 | - |
| CMYK | 1 | 0.54 | 0 | 0.75 |
| HSL | 212.31º | 1% | 0.13% | - |
| HSV(B) | 212.31º | 1% | 0.25% | - |
| XYZ | 1.42 | 1.31 | 5.18 | - |
| YUV | 25.02 | 150.56 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 30 | 65 | 1 | 0.54 | 0 | 0.75 | 212.31 | 1 | 0.13 |
| Hex | 0 | 1E | 41 | 64 | 36 | 0 | 4B | D4 | 64 | D |
| Octal | 0 | 36 | 101 | 144 | 66 | 0 | 113 | 324 | 144 | 15 |
| Binary | 0 | 11110 | 1000001 | 1100100 | 110110 | 0 | 1001011 | 11010100 | 1100100 | 1101 |
Color Harmonies of #001E41
Complementary color
Monochromatic Colors of #001E41
Black with #001E41
Text Example
Text Example
White with #001E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001E41; }
p { color: rgb(0,30,65); }
H1.HeaderClassName
{
color: #001E41;
}
.AnyTagClassName
{
color: #001E41;
}
</style>
background-color css
<style>
a { background-color: #001E41; }
a { background-color: rgb(0,30,65); }
div.DivClassName
{
background-color: #001E41;
}
.BgClassName
{
background-color: #001E41;
}
</style>
border-color css
<style>
span { border-color: #001E41; }
span { border-color: rgb(0,30,65); }
td.TdClassName
{
border-color: #001E41;
}
.TagClassName
{
border-color: #001E41;
}
</style>