Shades of Tangaroa #00203E
Tints of Tangaroa #00203E
RGB
CMYK
RGB Variations
Color information
#00203E (or 0x00203E) is known color: Tangaroa. HEX triplet: 00, 20 and 3E. RGB value is (0,32,62). Sum of RGB (Red+Green+Blue) = 0+32+62=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #00203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00203E is #FFDFC1. Grayscale: #191919. Windows color (decimal): -16768962 or 4071424. OLE color: 4071424.
HSL color Cylindrical-coordinate representation of color #00203E: hue angle of 209.03º 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 #00203E is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 32 | 62 | - |
| CMYK | 1 | 0.48 | 0 | 0.76 |
| HSL | 209.03º | 1% | 0.12% | - |
| HSV(B) | 209.03º | 1% | 0.24% | - |
| XYZ | 1.39 | 1.38 | 4.75 | - |
| YUV | 25.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 62 | 1 | 0.48 | 0 | 0.76 | 209.03 | 1 | 0.12 |
| Hex | 0 | 20 | 3E | 64 | 30 | 0 | 4C | D1 | 64 | C |
| Octal | 0 | 40 | 76 | 144 | 60 | 0 | 114 | 321 | 144 | 14 |
| Binary | 0 | 100000 | 111110 | 1100100 | 110000 | 0 | 1001100 | 11010001 | 1100100 | 1100 |
Color Harmonies of #00203E
Complementary color
Monochromatic Colors of #00203E
Black with #00203E
Text Example
Text Example
White with #00203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00203E; }
p { color: rgb(0,32,62); }
H1.HeaderClassName
{
color: #00203E;
}
.AnyTagClassName
{
color: #00203E;
}
</style>
background-color css
<style>
a { background-color: #00203E; }
a { background-color: rgb(0,32,62); }
div.DivClassName
{
background-color: #00203E;
}
.BgClassName
{
background-color: #00203E;
}
</style>
border-color css
<style>
span { border-color: #00203E; }
span { border-color: rgb(0,32,62); }
td.TdClassName
{
border-color: #00203E;
}
.TagClassName
{
border-color: #00203E;
}
</style>