Shades of Tangaroa #052244
Tints of Tangaroa #052244
RGB
CMYK
RGB Variations
Color information
#052244 (or 0x052244) is known color: Tangaroa. HEX triplet: 05, 22 and 44. RGB value is (5,34,68). Sum of RGB (Red+Green+Blue) = 5+34+68=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #052244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052244 is #FADDBB. Grayscale: #1D1D1D. Windows color (decimal): -16440764 or 4465157. OLE color: 4465157.
HSL color Cylindrical-coordinate representation of color #052244: hue angle of 212.38º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052244 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 34 | 68 | - |
| CMYK | 0.93 | 0.50 | 0 | 0.73 |
| HSL | 212.38º | 0.86% | 0.14% | - |
| HSV(B) | 212.38º | 0.93% | 0.27% | - |
| XYZ | 1.68 | 1.59 | 5.69 | - |
| YUV | 29.21 | 149.89 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 68 | 0.93 | 0.50 | 0 | 0.73 | 212.38 | 0.86 | 0.14 |
| Hex | 5 | 22 | 44 | 5D | 32 | 0 | 49 | D4 | 56 | E |
| Octal | 5 | 42 | 104 | 135 | 62 | 0 | 111 | 324 | 126 | 16 |
| Binary | 101 | 100010 | 1000100 | 1011101 | 110010 | 0 | 1001001 | 11010100 | 1010110 | 1110 |
Color Harmonies of #052244
Complementary color
Monochromatic Colors of #052244
Black with #052244
Text Example
Text Example
White with #052244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052244; }
p { color: rgb(5,34,68); }
H1.HeaderClassName
{
color: #052244;
}
.AnyTagClassName
{
color: #052244;
}
</style>
background-color css
<style>
a { background-color: #052244; }
a { background-color: rgb(5,34,68); }
div.DivClassName
{
background-color: #052244;
}
.BgClassName
{
background-color: #052244;
}
</style>
border-color css
<style>
span { border-color: #052244; }
span { border-color: rgb(5,34,68); }
td.TdClassName
{
border-color: #052244;
}
.TagClassName
{
border-color: #052244;
}
</style>