Shades of Tangaroa #02253E
Tints of Tangaroa #02253E
RGB
CMYK
RGB Variations
Color information
#02253E (or 0x02253E) is known color: Tangaroa. HEX triplet: 02, 25 and 3E. RGB value is (2,37,62). Sum of RGB (Red+Green+Blue) = 2+37+62=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 62 (24.61% from 255 or 61.39% from 101); Max value from RGB is 62 - color contains mainly: blue. Hex color #02253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02253E is #FDDAC1. Grayscale: #1D1D1D. Windows color (decimal): -16636610 or 4072706. OLE color: 4072706.
HSL color Cylindrical-coordinate representation of color #02253E: hue angle of 205º 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 #02253E is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 37 | 62 | - |
| CMYK | 0.97 | 0.40 | 0 | 0.76 |
| HSL | 205º | 0.94% | 0.13% | - |
| HSV(B) | 205º | 0.97% | 0.24% | - |
| XYZ | 1.56 | 1.68 | 4.8 | - |
| YUV | 29.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 62 | 0.97 | 0.40 | 0 | 0.76 | 205 | 0.94 | 0.13 |
| Hex | 2 | 25 | 3E | 61 | 28 | 0 | 4C | CD | 5E | D |
| Octal | 2 | 45 | 76 | 141 | 50 | 0 | 114 | 315 | 136 | 15 |
| Binary | 10 | 100101 | 111110 | 1100001 | 101000 | 0 | 1001100 | 11001101 | 1011110 | 1101 |
Color Harmonies of #02253E
Complementary color
Monochromatic Colors of #02253E
Black with #02253E
Text Example
Text Example
White with #02253E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02253E; }
p { color: rgb(2,37,62); }
H1.HeaderClassName
{
color: #02253E;
}
.AnyTagClassName
{
color: #02253E;
}
</style>
background-color css
<style>
a { background-color: #02253E; }
a { background-color: rgb(2,37,62); }
div.DivClassName
{
background-color: #02253E;
}
.BgClassName
{
background-color: #02253E;
}
</style>
border-color css
<style>
span { border-color: #02253E; }
span { border-color: rgb(2,37,62); }
td.TdClassName
{
border-color: #02253E;
}
.TagClassName
{
border-color: #02253E;
}
</style>