Shades of Tangaroa #001939
Tints of Tangaroa #001939
RGB
CMYK
RGB Variations
Color information
#001939 (or 0x001939) is known color: Tangaroa. HEX triplet: 00, 19 and 39. RGB value is (0,25,57). Sum of RGB (Red+Green+Blue) = 0+25+57=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #001939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001939 is #FFE6C6. Grayscale: #151515. Windows color (decimal): -16770759 or 3741952. OLE color: 3741952.
HSL color Cylindrical-coordinate representation of color #001939: hue angle of 213.68º 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 #001939 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 25 | 57 | - |
| CMYK | 1 | 0.56 | 0 | 0.78 |
| HSL | 213.68º | 1% | 0.11% | - |
| HSV(B) | 213.68º | 1% | 0.22% | - |
| XYZ | 1.09 | 0.99 | 4 | - |
| YUV | 21.17 | 148.22 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 25 | 57 | 1 | 0.56 | 0 | 0.78 | 213.68 | 1 | 0.11 |
| Hex | 0 | 19 | 39 | 64 | 38 | 0 | 4E | D6 | 64 | B |
| Octal | 0 | 31 | 71 | 144 | 70 | 0 | 116 | 326 | 144 | 13 |
| Binary | 0 | 11001 | 111001 | 1100100 | 111000 | 0 | 1001110 | 11010110 | 1100100 | 1011 |
Color Harmonies of #001939
Complementary color
Monochromatic Colors of #001939
Black with #001939
Text Example
Text Example
White with #001939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001939; }
p { color: rgb(0,25,57); }
H1.HeaderClassName
{
color: #001939;
}
.AnyTagClassName
{
color: #001939;
}
</style>
background-color css
<style>
a { background-color: #001939; }
a { background-color: rgb(0,25,57); }
div.DivClassName
{
background-color: #001939;
}
.BgClassName
{
background-color: #001939;
}
</style>
border-color css
<style>
span { border-color: #001939; }
span { border-color: rgb(0,25,57); }
td.TdClassName
{
border-color: #001939;
}
.TagClassName
{
border-color: #001939;
}
</style>