Shades of Tangaroa #05253B
Tints of Tangaroa #05253B
RGB
CMYK
RGB Variations
Color information
#05253B (or 0x05253B) is known color: Tangaroa. HEX triplet: 05, 25 and 3B. RGB value is (5,37,59). Sum of RGB (Red+Green+Blue) = 5+37+59=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #05253B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05253B is #FADAC4. Grayscale: #1D1D1D. Windows color (decimal): -16440005 or 3876101. OLE color: 3876101.
HSL color Cylindrical-coordinate representation of color #05253B: hue angle of 204.44º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05253B is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 37 | 59 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.77 |
| HSL | 204.44º | 0.84% | 0.13% | - |
| HSV(B) | 204.44º | 0.92% | 0.23% | - |
| XYZ | 1.51 | 1.67 | 4.38 | - |
| YUV | 29.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 37 | 59 | 0.92 | 0.37 | 0 | 0.77 | 204.44 | 0.84 | 0.13 |
| Hex | 5 | 25 | 3B | 5C | 25 | 0 | 4D | CC | 54 | D |
| Octal | 5 | 45 | 73 | 134 | 45 | 0 | 115 | 314 | 124 | 15 |
| Binary | 101 | 100101 | 111011 | 1011100 | 100101 | 0 | 1001101 | 11001100 | 1010100 | 1101 |
Color Harmonies of #05253B
Complementary color
Monochromatic Colors of #05253B
Black with #05253B
Text Example
Text Example
White with #05253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05253B; }
p { color: rgb(5,37,59); }
H1.HeaderClassName
{
color: #05253B;
}
.AnyTagClassName
{
color: #05253B;
}
</style>
background-color css
<style>
a { background-color: #05253B; }
a { background-color: rgb(5,37,59); }
div.DivClassName
{
background-color: #05253B;
}
.BgClassName
{
background-color: #05253B;
}
</style>
border-color css
<style>
span { border-color: #05253B; }
span { border-color: rgb(5,37,59); }
td.TdClassName
{
border-color: #05253B;
}
.TagClassName
{
border-color: #05253B;
}
</style>