Shades of Tangaroa #02253B
Tints of Tangaroa #02253B
RGB
CMYK
RGB Variations
Color information
#02253B (or 0x02253B) is known color: Tangaroa. HEX triplet: 02, 25 and 3B. RGB value is (2,37,59). Sum of RGB (Red+Green+Blue) = 2+37+59=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 59 (23.44% from 255 or 60.20% from 98); Max value from RGB is 59 - color contains mainly: blue. Hex color #02253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02253B is #FDDAC4. Grayscale: #1C1C1C. Windows color (decimal): -16636613 or 3876098. OLE color: 3876098.
HSL color Cylindrical-coordinate representation of color #02253B: hue angle of 203.16º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02253B is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 2 | 37 | 59 | - |
CMYK | 0.97 | 0.37 | 0 | 0.77 |
HSL | 203.16º | 0.93% | 0.12% | - |
HSV(B) | 203.16º | 0.97% | 0.23% | - |
XYZ | 1.48 | 1.65 | 4.38 | - |
YUV | 29.04 | 144.9 | 108.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 2 | 37 | 59 | 0.97 | 0.37 | 0 | 0.77 | 203.16 | 0.93 | 0.12 |
Hex | 2 | 25 | 3B | 61 | 25 | 0 | 4D | CB | 5D | C |
Octal | 2 | 45 | 73 | 141 | 45 | 0 | 115 | 313 | 135 | 14 |
Binary | 10 | 100101 | 111011 | 1100001 | 100101 | 0 | 1001101 | 11001011 | 1011101 | 1100 |
Color Harmonies of #02253B
Complementary color
Monochromatic Colors of #02253B
Black with #02253B
Text Example
Text Example
White with #02253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02253B; }
p { color: rgb(2,37,59); }
H1.HeaderClassName
{
color: #02253B;
}
.AnyTagClassName
{
color: #02253B;
}
</style>
background-color css
<style>
a { background-color: #02253B; }
a { background-color: rgb(2,37,59); }
div.DivClassName
{
background-color: #02253B;
}
.BgClassName
{
background-color: #02253B;
}
</style>
border-color css
<style>
span { border-color: #02253B; }
span { border-color: rgb(2,37,59); }
td.TdClassName
{
border-color: #02253B;
}
.TagClassName
{
border-color: #02253B;
}
</style>