#052A46

Color #052A46 Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #052A46

Tints of Tangaroa #052A46

Color information

#052A46 (or 0x052A46) is unknown color: approx Tangaroa. HEX triplet: 05, 2A and 46. RGB value is (5,42,70). Sum of RGB (Red+Green+Blue) = 5+42+70=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #052A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A46 is #FAD5B9. Grayscale: #212121. Windows color (decimal): -16438714 or 4598277. OLE color: 4598277.

HSL color Cylindrical-coordinate representation of color #052A46: hue angle of 205.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052A46 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54270-
CMYK0.930.4000.73
HSL205.85º86.67%14.71%-
HSV(B)205.85º92.86%27.45%-
XYZ22.136.1-
YUV34.13148.24107.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 4.27%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 70 (27.73% from 255) = 59.83%
R=4.27%
G=35.90%
B=59.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal542700.930.4000.73205.8586.6714.71
Hex52A465D28049ce57f
Octal55210613550011131612717
Binary10110101010001101011101101000010010011100111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A46; }

 p { color: rgb(5,42,70); }

 H1.HeaderClassName
 {
   color: #052A46;
 }
 .AnyTagClassName
 {
   color: #052A46;
 }
</style>
background-color css

<style>
 a { background-color: #052A46; }

 a { background-color: rgb(5,42,70); }

 div.DivClassName
 {
   background-color: #052A46;
 }
 .BgClassName
 {
   background-color: #052A46;
 }
</style>
border-color css

<style>
 span { border-color: #052A46; }

 span { border-color: rgb(5,42,70); }

 td.TdClassName
 {
   border-color: #052A46;
 }
 .TagClassName
 {
   border-color: #052A46;
 }
</style>