Shades of Tangaroa #05213C
Tints of Tangaroa #05213C
RGB
CMYK
RGB Variations
Color information
#05213C (or 0x05213C) is known color: Tangaroa. HEX triplet: 05, 21 and 3C. RGB value is (5,33,60). Sum of RGB (Red+Green+Blue) = 5+33+60=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #05213C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05213C is #FADEC3. Grayscale: #1B1B1B. Windows color (decimal): -16441028 or 3940613. OLE color: 3940613.
HSL color Cylindrical-coordinate representation of color #05213C: hue angle of 209.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05213C is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 33 | 60 | - |
| CMYK | 0.92 | 0.45 | 0 | 0.76 |
| HSL | 209.45º | 0.85% | 0.13% | - |
| HSV(B) | 209.45º | 0.92% | 0.24% | - |
| XYZ | 1.42 | 1.45 | 4.48 | - |
| YUV | 27.71 | 146.22 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 60 | 0.92 | 0.45 | 0 | 0.76 | 209.45 | 0.85 | 0.13 |
| Hex | 5 | 21 | 3C | 5C | 2D | 0 | 4C | D1 | 55 | D |
| Octal | 5 | 41 | 74 | 134 | 55 | 0 | 114 | 321 | 125 | 15 |
| Binary | 101 | 100001 | 111100 | 1011100 | 101101 | 0 | 1001100 | 11010001 | 1010101 | 1101 |
Color Harmonies of #05213C
Complementary color
Monochromatic Colors of #05213C
Black with #05213C
Text Example
Text Example
White with #05213C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05213C; }
p { color: rgb(5,33,60); }
H1.HeaderClassName
{
color: #05213C;
}
.AnyTagClassName
{
color: #05213C;
}
</style>
background-color css
<style>
a { background-color: #05213C; }
a { background-color: rgb(5,33,60); }
div.DivClassName
{
background-color: #05213C;
}
.BgClassName
{
background-color: #05213C;
}
</style>
border-color css
<style>
span { border-color: #05213C; }
span { border-color: rgb(5,33,60); }
td.TdClassName
{
border-color: #05213C;
}
.TagClassName
{
border-color: #05213C;
}
</style>