#052039

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

Shades of Tangaroa #052039

Tints of Tangaroa #052039

Color information

#052039 (or 0x052039) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 39. RGB value is (5,32,57). Sum of RGB (Red+Green+Blue) = 5+32+57=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #052039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052039 is #FADFC6. Grayscale: #1A1A1A. Windows color (decimal): -16441287 or 3743749. OLE color: 3743749.

HSL color Cylindrical-coordinate representation of color #052039: hue angle of 208.85º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #052039 is Cyan = 0.91, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53257-
CMYK0.910.4400.78
HSL208.85º83.87%12.16%-
HSV(B)208.85º91.23%22.35%-
XYZ1.321.364.06-
YUV26.78145.05112.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.32%
GREEN value IS 32 (12.89% from 255) = 34.04%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=5.32%
G=34.04%
B=60.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal532570.910.4400.78208.8583.8712.16
Hex520395B2C04Ed154c
Octal5407113354011632112414
Binary1011000001110011011011101100010011101101000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052039; }

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

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

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

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

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

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

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

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