Shades of Tangaroa #052143
Tints of Tangaroa #052143
RGB
CMYK
RGB Variations
Color information
#052143 (or 0x052143) is known color: Tangaroa. HEX triplet: 05, 21 and 43. RGB value is (5,33,67). Sum of RGB (Red+Green+Blue) = 5+33+67=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #052143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052143 is #FADEBC. Grayscale: #1C1C1C. Windows color (decimal): -16441021 or 4399365. OLE color: 4399365.
HSL color Cylindrical-coordinate representation of color #052143: hue angle of 212.9º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052143 is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 33 | 67 | - |
| CMYK | 0.93 | 0.51 | 0 | 0.74 |
| HSL | 212.9º | 0.86% | 0.14% | - |
| HSV(B) | 212.9º | 0.93% | 0.26% | - |
| XYZ | 1.62 | 1.53 | 5.52 | - |
| YUV | 28.5 | 149.72 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 67 | 0.93 | 0.51 | 0 | 0.74 | 212.9 | 0.86 | 0.14 |
| Hex | 5 | 21 | 43 | 5D | 33 | 0 | 4A | D5 | 56 | E |
| Octal | 5 | 41 | 103 | 135 | 63 | 0 | 112 | 325 | 126 | 16 |
| Binary | 101 | 100001 | 1000011 | 1011101 | 110011 | 0 | 1001010 | 11010101 | 1010110 | 1110 |
Color Harmonies of #052143
Complementary color
Monochromatic Colors of #052143
Black with #052143
Text Example
Text Example
White with #052143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052143; }
p { color: rgb(5,33,67); }
H1.HeaderClassName
{
color: #052143;
}
.AnyTagClassName
{
color: #052143;
}
</style>
background-color css
<style>
a { background-color: #052143; }
a { background-color: rgb(5,33,67); }
div.DivClassName
{
background-color: #052143;
}
.BgClassName
{
background-color: #052143;
}
</style>
border-color css
<style>
span { border-color: #052143; }
span { border-color: rgb(5,33,67); }
td.TdClassName
{
border-color: #052143;
}
.TagClassName
{
border-color: #052143;
}
</style>