Shades of Tangaroa #02293F
Tints of Tangaroa #02293F
RGB
CMYK
RGB Variations
Color information
#02293F (or 0x02293F) is known color: Tangaroa. HEX triplet: 02, 29 and 3F. RGB value is (2,41,63). Sum of RGB (Red+Green+Blue) = 2+41+63=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #02293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02293F is #FDD6C0. Grayscale: #1F1F1F. Windows color (decimal): -16635585 or 4139266. OLE color: 4139266.
HSL color Cylindrical-coordinate representation of color #02293F: hue angle of 201.64º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02293F is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 41 | 63 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.75 |
| HSL | 201.64º | 0.94% | 0.13% | - |
| HSV(B) | 201.64º | 0.97% | 0.25% | - |
| XYZ | 1.72 | 1.96 | 4.99 | - |
| YUV | 31.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 63 | 0.97 | 0.35 | 0 | 0.75 | 201.64 | 0.94 | 0.13 |
| Hex | 2 | 29 | 3F | 61 | 23 | 0 | 4B | CA | 5E | D |
| Octal | 2 | 51 | 77 | 141 | 43 | 0 | 113 | 312 | 136 | 15 |
| Binary | 10 | 101001 | 111111 | 1100001 | 100011 | 0 | 1001011 | 11001010 | 1011110 | 1101 |
Color Harmonies of #02293F
Complementary color
Monochromatic Colors of #02293F
Black with #02293F
Text Example
Text Example
White with #02293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02293F; }
p { color: rgb(2,41,63); }
H1.HeaderClassName
{
color: #02293F;
}
.AnyTagClassName
{
color: #02293F;
}
</style>
background-color css
<style>
a { background-color: #02293F; }
a { background-color: rgb(2,41,63); }
div.DivClassName
{
background-color: #02293F;
}
.BgClassName
{
background-color: #02293F;
}
</style>
border-color css
<style>
span { border-color: #02293F; }
span { border-color: rgb(2,41,63); }
td.TdClassName
{
border-color: #02293F;
}
.TagClassName
{
border-color: #02293F;
}
</style>