#052239

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

Shades of Tangaroa #052239

Tints of Tangaroa #052239

Color information

#052239 (or 0x052239) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 39. RGB value is (5,34,57). Sum of RGB (Red+Green+Blue) = 5+34+57=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 57 (22.66% from 255 or 59.38% from 96); Max value from RGB is 57 - color contains mainly: blue. Hex color #052239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052239 is #FADDC6. Grayscale: #1B1B1B. Windows color (decimal): -16440775 or 3744261. OLE color: 3744261.

HSL color Cylindrical-coordinate representation of color #052239: hue angle of 206.54º 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 #052239 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53457-
CMYK0.910.4000.78
HSL206.54º83.87%12.16%-
HSV(B)206.54º91.23%22.35%-
XYZ1.371.474.08-
YUV27.95144.39111.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.21%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 57 (22.66% from 255) = 59.38%
R=5.21%
G=35.42%
B=59.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal534570.910.4000.78206.5483.8712.16
Hex522395B2804Ecf54c
Octal5427113350011631712414
Binary1011000101110011011011101000010011101100111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052239; }

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

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

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

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

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

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

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

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