Shades of Tangaroa #02293E
Tints of Tangaroa #02293E
RGB
CMYK
RGB Variations
Color information
#02293E (or 0x02293E) is known color: Tangaroa. HEX triplet: 02, 29 and 3E. RGB value is (2,41,62). Sum of RGB (Red+Green+Blue) = 2+41+62=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 62 (24.61% from 255 or 59.05% from 105); Max value from RGB is 62 - color contains mainly: blue. Hex color #02293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02293E is #FDD6C1. Grayscale: #1F1F1F. Windows color (decimal): -16635586 or 4073730. OLE color: 4073730.
HSL color Cylindrical-coordinate representation of color #02293E: hue angle of 201º 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 #02293E is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 41 | 62 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.76 |
| HSL | 201º | 0.94% | 0.13% | - |
| HSV(B) | 201º | 0.97% | 0.24% | - |
| XYZ | 1.69 | 1.95 | 4.84 | - |
| YUV | 31.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 62 | 0.97 | 0.34 | 0 | 0.76 | 201 | 0.94 | 0.13 |
| Hex | 2 | 29 | 3E | 61 | 22 | 0 | 4C | C9 | 5E | D |
| Octal | 2 | 51 | 76 | 141 | 42 | 0 | 114 | 311 | 136 | 15 |
| Binary | 10 | 101001 | 111110 | 1100001 | 100010 | 0 | 1001100 | 11001001 | 1011110 | 1101 |
Color Harmonies of #02293E
Complementary color
Monochromatic Colors of #02293E
Black with #02293E
Text Example
Text Example
White with #02293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02293E; }
p { color: rgb(2,41,62); }
H1.HeaderClassName
{
color: #02293E;
}
.AnyTagClassName
{
color: #02293E;
}
</style>
background-color css
<style>
a { background-color: #02293E; }
a { background-color: rgb(2,41,62); }
div.DivClassName
{
background-color: #02293E;
}
.BgClassName
{
background-color: #02293E;
}
</style>
border-color css
<style>
span { border-color: #02293E; }
span { border-color: rgb(2,41,62); }
td.TdClassName
{
border-color: #02293E;
}
.TagClassName
{
border-color: #02293E;
}
</style>