#052139

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

Shades of Tangaroa #052139

Tints of Tangaroa #052139

Color information

#052139 (or 0x052139) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 39. RGB value is (5,33,57). Sum of RGB (Red+Green+Blue) = 5+33+57=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #052139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052139 is #FADEC6. Grayscale: #1B1B1B. Windows color (decimal): -16441031 or 3744005. OLE color: 3744005.

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

Color convert

RGB53357-
CMYK0.910.4200.78
HSL207.69º83.87%12.16%-
HSV(B)207.69º91.23%22.35%-
XYZ1.341.424.07-
YUV27.36144.72112.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 57 (22.66% from 255) = 60%
R=5.26%
G=34.74%
B=60%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal533570.910.4200.78207.6983.8712.16
Hex521395B2A04Ed054c
Octal5417113352011632012414
Binary1011000011110011011011101010010011101101000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052139; }

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

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

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

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

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

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

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

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