#052743

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

Shades of Tangaroa #052743

Tints of Tangaroa #052743

Color information

#052743 (or 0x052743) is unknown color: approx Tangaroa. HEX triplet: 05, 27 and 43. RGB value is (5,39,67). Sum of RGB (Red+Green+Blue) = 5+39+67=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 67 (26.56% from 255 or 60.36% from 111); Max value from RGB is 67 - color contains mainly: blue. Hex color #052743 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052743 is #FAD8BC. Grayscale: #1F1F1F. Windows color (decimal): -16439485 or 4400901. OLE color: 4400901.

HSL color Cylindrical-coordinate representation of color #052743: hue angle of 207.1º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #052743 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53967-
CMYK0.930.4200.74
HSL207.1º86.11%14.12%-
HSV(B)207.1º92.54%26.27%-
XYZ1.81.895.58-
YUV32.03147.74108.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 67 (26.56% from 255) = 60.36%
R=4.50%
G=35.14%
B=60.36%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal539670.930.4200.74207.186.1114.12
Hex527435D2A04Acf56e
Octal54710313552011231712616
Binary10110011110000111011101101010010010101100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052743; }

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

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

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

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

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

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

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

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