Shades of Tangaroa #002039
Tints of Tangaroa #002039
RGB
CMYK
RGB Variations
Color information
#002039 (or 0x002039) is known color: Tangaroa. HEX triplet: 00, 20 and 39. RGB value is (0,32,57). Sum of RGB (Red+Green+Blue) = 0+32+57=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 57 (22.66% from 255 or 64.04% from 89); Max value from RGB is 57 - color contains mainly: blue. Hex color #002039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002039 is #FFDFC6. Grayscale: #191919. Windows color (decimal): -16768967 or 3743744. OLE color: 3743744.
HSL color Cylindrical-coordinate representation of color #002039: hue angle of 206.32º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002039 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 32 | 57 | - |
| CMYK | 1 | 0.44 | 0 | 0.78 |
| HSL | 206.32º | 1% | 0.11% | - |
| HSV(B) | 206.32º | 1% | 0.22% | - |
| XYZ | 1.26 | 1.33 | 4.06 | - |
| YUV | 25.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 57 | 1 | 0.44 | 0 | 0.78 | 206.32 | 1 | 0.11 |
| Hex | 0 | 20 | 39 | 64 | 2C | 0 | 4E | CE | 64 | B |
| Octal | 0 | 40 | 71 | 144 | 54 | 0 | 116 | 316 | 144 | 13 |
| Binary | 0 | 100000 | 111001 | 1100100 | 101100 | 0 | 1001110 | 11001110 | 1100100 | 1011 |
Color Harmonies of #002039
Complementary color
Monochromatic Colors of #002039
Black with #002039
Text Example
Text Example
White with #002039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002039; }
p { color: rgb(0,32,57); }
H1.HeaderClassName
{
color: #002039;
}
.AnyTagClassName
{
color: #002039;
}
</style>
background-color css
<style>
a { background-color: #002039; }
a { background-color: rgb(0,32,57); }
div.DivClassName
{
background-color: #002039;
}
.BgClassName
{
background-color: #002039;
}
</style>
border-color css
<style>
span { border-color: #002039; }
span { border-color: rgb(0,32,57); }
td.TdClassName
{
border-color: #002039;
}
.TagClassName
{
border-color: #002039;
}
</style>