#052042

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

Shades of Tangaroa #052042

Tints of Tangaroa #052042

Color information

#052042 (or 0x052042) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 42. RGB value is (5,32,66). Sum of RGB (Red+Green+Blue) = 5+32+66=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 66 (26.17% from 255 or 64.08% from 103); Max value from RGB is 66 - color contains mainly: blue. Hex color #052042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052042 is #FADFBD. Grayscale: #1B1B1B. Windows color (decimal): -16441278 or 4333573. OLE color: 4333573.

HSL color Cylindrical-coordinate representation of color #052042: hue angle of 213.44º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052042 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53266-
CMYK0.920.5200.74
HSL213.44º85.92%13.92%-
HSV(B)213.44º92.42%25.88%-
XYZ1.561.465.35-
YUV27.8149.55111.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.85%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 66 (26.17% from 255) = 64.08%
R=4.85%
G=31.07%
B=64.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal532660.920.5200.74213.4485.9213.92
Hex520425C3404Ad556e
Octal54010213464011232512616
Binary10110000010000101011100110100010010101101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052042; }

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

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

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

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

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

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

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

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