Shades of Tangaroa #02203E
Tints of Tangaroa #02203E
RGB
CMYK
RGB Variations
Color information
#02203E (or 0x02203E) is known color: Tangaroa. HEX triplet: 02, 20 and 3E. RGB value is (2,32,62). Sum of RGB (Red+Green+Blue) = 2+32+62=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #02203E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02203E is #FDDFC1. Grayscale: #1A1A1A. Windows color (decimal): -16637890 or 4071426. OLE color: 4071426.
HSL color Cylindrical-coordinate representation of color #02203E: hue angle of 210º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02203E is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 32 | 62 | - |
| CMYK | 0.97 | 0.48 | 0 | 0.76 |
| HSL | 210º | 0.94% | 0.13% | - |
| HSV(B) | 210º | 0.97% | 0.24% | - |
| XYZ | 1.41 | 1.39 | 4.75 | - |
| YUV | 26.45 | 148.06 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 62 | 0.97 | 0.48 | 0 | 0.76 | 210 | 0.94 | 0.13 |
| Hex | 2 | 20 | 3E | 61 | 30 | 0 | 4C | D2 | 5E | D |
| Octal | 2 | 40 | 76 | 141 | 60 | 0 | 114 | 322 | 136 | 15 |
| Binary | 10 | 100000 | 111110 | 1100001 | 110000 | 0 | 1001100 | 11010010 | 1011110 | 1101 |
Color Harmonies of #02203E
Complementary color
Monochromatic Colors of #02203E
Black with #02203E
Text Example
Text Example
White with #02203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02203E; }
p { color: rgb(2,32,62); }
H1.HeaderClassName
{
color: #02203E;
}
.AnyTagClassName
{
color: #02203E;
}
</style>
background-color css
<style>
a { background-color: #02203E; }
a { background-color: rgb(2,32,62); }
div.DivClassName
{
background-color: #02203E;
}
.BgClassName
{
background-color: #02203E;
}
</style>
border-color css
<style>
span { border-color: #02203E; }
span { border-color: rgb(2,32,62); }
td.TdClassName
{
border-color: #02203E;
}
.TagClassName
{
border-color: #02203E;
}
</style>