#052046

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

Shades of Tangaroa #052046

Tints of Tangaroa #052046

Color information

#052046 (or 0x052046) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 46. RGB value is (5,32,70). Sum of RGB (Red+Green+Blue) = 5+32+70=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 70 (27.73% from 255 or 65.42% from 107); Max value from RGB is 70 - color contains mainly: blue. Hex color #052046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052046 is #FADFB9. Grayscale: #1C1C1C. Windows color (decimal): -16441274 or 4595717. OLE color: 4595717.

HSL color Cylindrical-coordinate representation of color #052046: hue angle of 215.08º 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 #052046 is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB53270-
CMYK0.930.5400.73
HSL215.08º86.67%14.71%-
HSV(B)215.08º92.86%27.45%-
XYZ1.681.516-
YUV28.26151.55111.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 70 (27.73% from 255) = 65.42%
R=4.67%
G=29.91%
B=65.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal532700.930.5400.73215.0886.6714.71
Hex520465D36049d757f
Octal54010613566011132712717
Binary10110000010001101011101110110010010011101011110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052046; }

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

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

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

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

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

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

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

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