Shades of Tangaroa #02203D
Tints of Tangaroa #02203D
RGB
CMYK
RGB Variations
Color information
#02203D (or 0x02203D) is known color: Tangaroa. HEX triplet: 02, 20 and 3D. RGB value is (2,32,61). Sum of RGB (Red+Green+Blue) = 2+32+61=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 32 (12.89% from 255 or 33.68% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #02203D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02203D is #FDDFC2. Grayscale: #1A1A1A. Windows color (decimal): -16637891 or 4005890. OLE color: 4005890.
HSL color Cylindrical-coordinate representation of color #02203D: hue angle of 209.49º 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 #02203D is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 32 | 61 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.76 |
| HSL | 209.49º | 0.94% | 0.12% | - |
| HSV(B) | 209.49º | 0.97% | 0.24% | - |
| XYZ | 1.38 | 1.38 | 4.61 | - |
| YUV | 26.34 | 147.56 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 61 | 0.97 | 0.48 | 0 | 0.76 | 209.49 | 0.94 | 0.12 |
| Hex | 2 | 20 | 3D | 61 | 30 | 0 | 4C | D1 | 5E | C |
| Octal | 2 | 40 | 75 | 141 | 60 | 0 | 114 | 321 | 136 | 14 |
| Binary | 10 | 100000 | 111101 | 1100001 | 110000 | 0 | 1001100 | 11010001 | 1011110 | 1100 |
Color Harmonies of #02203D
Complementary color
Monochromatic Colors of #02203D
Black with #02203D
Text Example
Text Example
White with #02203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02203D; }
p { color: rgb(2,32,61); }
H1.HeaderClassName
{
color: #02203D;
}
.AnyTagClassName
{
color: #02203D;
}
</style>
background-color css
<style>
a { background-color: #02203D; }
a { background-color: rgb(2,32,61); }
div.DivClassName
{
background-color: #02203D;
}
.BgClassName
{
background-color: #02203D;
}
</style>
border-color css
<style>
span { border-color: #02203D; }
span { border-color: rgb(2,32,61); }
td.TdClassName
{
border-color: #02203D;
}
.TagClassName
{
border-color: #02203D;
}
</style>