Shades of Tangaroa #002140
Tints of Tangaroa #002140
RGB
CMYK
RGB Variations
Color information
#002140 (or 0x002140) is known color: Tangaroa. HEX triplet: 00, 21 and 40. RGB value is (0,33,64). Sum of RGB (Red+Green+Blue) = 0+33+64=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #002140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002140 is #FFDEBF. Grayscale: #1A1A1A. Windows color (decimal): -16768704 or 4202752. OLE color: 4202752.
HSL color Cylindrical-coordinate representation of color #002140: hue angle of 209.06º 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 #002140 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 33 | 64 | - |
| CMYK | 1 | 0.48 | 0 | 0.75 |
| HSL | 209.06º | 1% | 0.13% | - |
| HSV(B) | 209.06º | 1% | 0.25% | - |
| XYZ | 1.47 | 1.46 | 5.05 | - |
| YUV | 26.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 64 | 1 | 0.48 | 0 | 0.75 | 209.06 | 1 | 0.13 |
| Hex | 0 | 21 | 40 | 64 | 30 | 0 | 4B | D1 | 64 | D |
| Octal | 0 | 41 | 100 | 144 | 60 | 0 | 113 | 321 | 144 | 15 |
| Binary | 0 | 100001 | 1000000 | 1100100 | 110000 | 0 | 1001011 | 11010001 | 1100100 | 1101 |
Color Harmonies of #002140
Complementary color
Monochromatic Colors of #002140
Black with #002140
Text Example
Text Example
White with #002140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002140; }
p { color: rgb(0,33,64); }
H1.HeaderClassName
{
color: #002140;
}
.AnyTagClassName
{
color: #002140;
}
</style>
background-color css
<style>
a { background-color: #002140; }
a { background-color: rgb(0,33,64); }
div.DivClassName
{
background-color: #002140;
}
.BgClassName
{
background-color: #002140;
}
</style>
border-color css
<style>
span { border-color: #002140; }
span { border-color: rgb(0,33,64); }
td.TdClassName
{
border-color: #002140;
}
.TagClassName
{
border-color: #002140;
}
</style>