Shades of Tangaroa #021D3D
Tints of Tangaroa #021D3D
RGB
CMYK
RGB Variations
Color information
#021D3D (or 0x021D3D) is known color: Tangaroa. HEX triplet: 02, 1D and 3D. RGB value is (2,29,61). Sum of RGB (Red+Green+Blue) = 2+29+61=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 61 (24.22% from 255 or 66.30% from 92); Max value from RGB is 61 - color contains mainly: blue. Hex color #021D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021D3D is #FDE2C2. Grayscale: #181818. Windows color (decimal): -16638659 or 4005122. OLE color: 4005122.
HSL color Cylindrical-coordinate representation of color #021D3D: hue angle of 212.54º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021D3D is Cyan = 0.97, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 29 | 61 | - |
| CMYK | 0.97 | 0.52 | 0 | 0.76 |
| HSL | 212.54º | 0.94% | 0.12% | - |
| HSV(B) | 212.54º | 0.97% | 0.24% | - |
| XYZ | 1.31 | 1.23 | 4.58 | - |
| YUV | 24.58 | 148.55 | 111.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 29 | 61 | 0.97 | 0.52 | 0 | 0.76 | 212.54 | 0.94 | 0.12 |
| Hex | 2 | 1D | 3D | 61 | 34 | 0 | 4C | D5 | 5E | C |
| Octal | 2 | 35 | 75 | 141 | 64 | 0 | 114 | 325 | 136 | 14 |
| Binary | 10 | 11101 | 111101 | 1100001 | 110100 | 0 | 1001100 | 11010101 | 1011110 | 1100 |
Color Harmonies of #021D3D
Complementary color
Monochromatic Colors of #021D3D
Black with #021D3D
Text Example
Text Example
White with #021D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021D3D; }
p { color: rgb(2,29,61); }
H1.HeaderClassName
{
color: #021D3D;
}
.AnyTagClassName
{
color: #021D3D;
}
</style>
background-color css
<style>
a { background-color: #021D3D; }
a { background-color: rgb(2,29,61); }
div.DivClassName
{
background-color: #021D3D;
}
.BgClassName
{
background-color: #021D3D;
}
</style>
border-color css
<style>
span { border-color: #021D3D; }
span { border-color: rgb(2,29,61); }
td.TdClassName
{
border-color: #021D3D;
}
.TagClassName
{
border-color: #021D3D;
}
</style>