#052140

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

Shades of Tangaroa #052140

Tints of Tangaroa #052140

Color information

#052140 (or 0x052140) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 40. RGB value is (5,33,64). Sum of RGB (Red+Green+Blue) = 5+33+64=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #052140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052140 is #FADEBF. Grayscale: #1C1C1C. Windows color (decimal): -16441024 or 4202757. OLE color: 4202757.

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

Color convert

RGB53364-
CMYK0.920.4800.75
HSL211.53º85.51%13.53%-
HSV(B)211.53º92.19%25.1%-
XYZ1.531.495.06-
YUV28.16148.22111.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.90%
GREEN value IS 33 (13.28% from 255) = 32.35%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=4.90%
G=32.35%
B=62.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal533640.920.4800.75211.5385.5113.53
Hex521405C3004Bd456e
Octal54110013460011332412616
Binary10110000110000001011100110000010010111101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052140; }

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

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

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

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

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

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

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

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