#052040

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

Shades of Tangaroa #052040

Tints of Tangaroa #052040

Color information

#052040 (or 0x052040) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 40. RGB value is (5,32,64). Sum of RGB (Red+Green+Blue) = 5+32+64=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 64 (25.39% from 255 or 63.37% from 101); Max value from RGB is 64 - color contains mainly: blue. Hex color #052040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052040 is #FADFBF. Grayscale: #1B1B1B. Windows color (decimal): -16441280 or 4202501. OLE color: 4202501.

HSL color Cylindrical-coordinate representation of color #052040: hue angle of 212.54º 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 #052040 is Cyan = 0.92, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53264-
CMYK0.920.5000.75
HSL212.54º85.51%13.53%-
HSV(B)212.54º92.19%25.1%-
XYZ1.51.445.05-
YUV27.58148.55111.9-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 64 (25.39% from 255) = 63.37%
R=4.95%
G=31.68%
B=63.37%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal532640.920.5000.75212.5485.5113.53
Hex520405C3204Bd556e
Octal54010013462011332512616
Binary10110000010000001011100110010010010111101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052040; }

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

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

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

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

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

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

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

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