Shades of Tangaroa #001D3E
Tints of Tangaroa #001D3E
RGB
CMYK
RGB Variations
Color information
#001D3E (or 0x001D3E) is known color: Tangaroa. HEX triplet: 00, 1D and 3E. RGB value is (0,29,62). Sum of RGB (Red+Green+Blue) = 0+29+62=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 62 (24.61% from 255 or 68.13% from 91); Max value from RGB is 62 - color contains mainly: blue. Hex color #001D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D3E is #FFE2C1. Grayscale: #171717. Windows color (decimal): -16769730 or 4070656. OLE color: 4070656.
HSL color Cylindrical-coordinate representation of color #001D3E: hue angle of 211.94º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D3E is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 29 | 62 | - |
| CMYK | 1 | 0.53 | 0 | 0.76 |
| HSL | 211.94º | 1% | 0.12% | - |
| HSV(B) | 211.94º | 1% | 0.24% | - |
| XYZ | 1.31 | 1.23 | 4.73 | - |
| YUV | 24.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 62 | 1 | 0.53 | 0 | 0.76 | 211.94 | 1 | 0.12 |
| Hex | 0 | 1D | 3E | 64 | 35 | 0 | 4C | D4 | 64 | C |
| Octal | 0 | 35 | 76 | 144 | 65 | 0 | 114 | 324 | 144 | 14 |
| Binary | 0 | 11101 | 111110 | 1100100 | 110101 | 0 | 1001100 | 11010100 | 1100100 | 1100 |
Color Harmonies of #001D3E
Complementary color
Monochromatic Colors of #001D3E
Black with #001D3E
Text Example
Text Example
White with #001D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D3E; }
p { color: rgb(0,29,62); }
H1.HeaderClassName
{
color: #001D3E;
}
.AnyTagClassName
{
color: #001D3E;
}
</style>
background-color css
<style>
a { background-color: #001D3E; }
a { background-color: rgb(0,29,62); }
div.DivClassName
{
background-color: #001D3E;
}
.BgClassName
{
background-color: #001D3E;
}
</style>
border-color css
<style>
span { border-color: #001D3E; }
span { border-color: rgb(0,29,62); }
td.TdClassName
{
border-color: #001D3E;
}
.TagClassName
{
border-color: #001D3E;
}
</style>