Shades of Tangaroa #052140
Tints of Tangaroa #052140
RGB
CMYK
RGB Variations
Color information
#052140 (or 0x052140) is known color: Tangaroa. HEX triplet: 05, 21 and 40. RGB value is (5,33,64). Sum of RGB (Red+Green+Blue) = 5+33+64=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #052140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052140 is #FADEBF. Grayscale: #1C1C1C. Windows color (decimal): -16441024 or 4202757. OLE color: 4202757.
HSL color Cylindrical-coordinate representation of color #052140: hue angle of 211.53º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052140 is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 33 | 64 | - |
| CMYK | 0.92 | 0.48 | 0 | 0.75 |
| HSL | 211.53º | 0.86% | 0.14% | - |
| HSV(B) | 211.53º | 0.92% | 0.25% | - |
| XYZ | 1.53 | 1.49 | 5.06 | - |
| YUV | 28.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 64 | 0.92 | 0.48 | 0 | 0.75 | 211.53 | 0.86 | 0.14 |
| Hex | 5 | 21 | 40 | 5C | 30 | 0 | 4B | D4 | 56 | E |
| Octal | 5 | 41 | 100 | 134 | 60 | 0 | 113 | 324 | 126 | 16 |
| Binary | 101 | 100001 | 1000000 | 1011100 | 110000 | 0 | 1001011 | 11010100 | 1010110 | 1110 |
Color Harmonies of #052140
Complementary color
Monochromatic Colors of #052140
Black with #052140
Text Example
Text Example
White with #052140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052140; }
p { color: rgb(5,33,64); }
H1.HeaderClassName
{
color: #052140;
}
.AnyTagClassName
{
color: #052140;
}
</style>
background-color css
<style>
a { background-color: #052140; }
a { background-color: rgb(5,33,64); }
div.DivClassName
{
background-color: #052140;
}
.BgClassName
{
background-color: #052140;
}
</style>
border-color css
<style>
span { border-color: #052140; }
span { border-color: rgb(5,33,64); }
td.TdClassName
{
border-color: #052140;
}
.TagClassName
{
border-color: #052140;
}
</style>