#052740

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

Shades of Tangaroa #052740

Tints of Tangaroa #052740

Color information

#052740 (or 0x052740) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 40. RGB value is (5,39,64). Sum of RGB (Red+Green+Blue) = 5+39+64=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 64 (25.39% from 255 or 59.26% from 108); Max value from RGB is 64 - color contains mainly: blue. Hex color #052740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052740 is #FAD8BF. Grayscale: #1F1F1F. Windows color (decimal): -16439488 or 4204293. OLE color: 4204293.

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

Color convert

RGB53964-
CMYK0.920.3900.75
HSL205.42º85.51%13.53%-
HSV(B)205.42º92.19%25.1%-
XYZ1.711.855.12-
YUV31.68146.24108.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 64 (25.39% from 255) = 59.26%
R=4.63%
G=36.11%
B=59.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal539640.920.3900.75205.4285.5113.53
Hex527405C2704Bcd56e
Octal54710013447011331512616
Binary10110011110000001011100100111010010111100110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052740; }

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

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

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

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

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

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

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

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