Shades of Tangaroa #001D3A
Tints of Tangaroa #001D3A
RGB
CMYK
RGB Variations
Color information
#001D3A (or 0x001D3A) is known color: Tangaroa. HEX triplet: 00, 1D and 3A. RGB value is (0,29,58). Sum of RGB (Red+Green+Blue) = 0+29+58=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 58 (23.05% from 255 or 66.67% from 87); Max value from RGB is 58 - color contains mainly: blue. Hex color #001D3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D3A is #FFE2C5. Grayscale: #171717. Windows color (decimal): -16769734 or 3808512. OLE color: 3808512.
HSL color Cylindrical-coordinate representation of color #001D3A: hue angle of 210º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D3A is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 29 | 58 | - |
| CMYK | 1 | 0.5 | 0 | 0.77 |
| HSL | 210º | 1% | 0.11% | - |
| HSV(B) | 210º | 1% | 0.23% | - |
| XYZ | 1.2 | 1.18 | 4.17 | - |
| YUV | 23.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 58 | 1 | 0.5 | 0 | 0.77 | 210 | 1 | 0.11 |
| Hex | 0 | 1D | 3A | 64 | 32 | 0 | 4D | D2 | 64 | B |
| Octal | 0 | 35 | 72 | 144 | 62 | 0 | 115 | 322 | 144 | 13 |
| Binary | 0 | 11101 | 111010 | 1100100 | 110010 | 0 | 1001101 | 11010010 | 1100100 | 1011 |
Color Harmonies of #001D3A
Complementary color
Monochromatic Colors of #001D3A
Black with #001D3A
Text Example
Text Example
White with #001D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D3A; }
p { color: rgb(0,29,58); }
H1.HeaderClassName
{
color: #001D3A;
}
.AnyTagClassName
{
color: #001D3A;
}
</style>
background-color css
<style>
a { background-color: #001D3A; }
a { background-color: rgb(0,29,58); }
div.DivClassName
{
background-color: #001D3A;
}
.BgClassName
{
background-color: #001D3A;
}
</style>
border-color css
<style>
span { border-color: #001D3A; }
span { border-color: rgb(0,29,58); }
td.TdClassName
{
border-color: #001D3A;
}
.TagClassName
{
border-color: #001D3A;
}
</style>