Shades of Tangaroa #00213D
Tints of Tangaroa #00213D
RGB
CMYK
RGB Variations
Color information
#00213D (or 0x00213D) is known color: Tangaroa. HEX triplet: 00, 21 and 3D. RGB value is (0,33,61). Sum of RGB (Red+Green+Blue) = 0+33+61=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #00213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00213D is #FFDEC2. Grayscale: #1A1A1A. Windows color (decimal): -16768707 or 4006144. OLE color: 4006144.
HSL color Cylindrical-coordinate representation of color #00213D: hue angle of 207.54º 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 #00213D is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 33 | 61 | - |
| CMYK | 1 | 0.46 | 0 | 0.76 |
| HSL | 207.54º | 1% | 0.12% | - |
| HSV(B) | 207.54º | 1% | 0.24% | - |
| XYZ | 1.39 | 1.42 | 4.62 | - |
| YUV | 26.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 33 | 61 | 1 | 0.46 | 0 | 0.76 | 207.54 | 1 | 0.12 |
| Hex | 0 | 21 | 3D | 64 | 2E | 0 | 4C | D0 | 64 | C |
| Octal | 0 | 41 | 75 | 144 | 56 | 0 | 114 | 320 | 144 | 14 |
| Binary | 0 | 100001 | 111101 | 1100100 | 101110 | 0 | 1001100 | 11010000 | 1100100 | 1100 |
Color Harmonies of #00213D
Complementary color
Monochromatic Colors of #00213D
Black with #00213D
Text Example
Text Example
White with #00213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00213D; }
p { color: rgb(0,33,61); }
H1.HeaderClassName
{
color: #00213D;
}
.AnyTagClassName
{
color: #00213D;
}
</style>
background-color css
<style>
a { background-color: #00213D; }
a { background-color: rgb(0,33,61); }
div.DivClassName
{
background-color: #00213D;
}
.BgClassName
{
background-color: #00213D;
}
</style>
border-color css
<style>
span { border-color: #00213D; }
span { border-color: rgb(0,33,61); }
td.TdClassName
{
border-color: #00213D;
}
.TagClassName
{
border-color: #00213D;
}
</style>