#052443

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

Shades of Tangaroa #052443

Tints of Tangaroa #052443

Color information

#052443 (or 0x052443) is unknown color: approx Tangaroa. HEX triplet: 05, 24 and 43. RGB value is (5,36,67). Sum of RGB (Red+Green+Blue) = 5+36+67=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 67 (26.56% from 255 or 62.04% from 108); Max value from RGB is 67 - color contains mainly: blue. Hex color #052443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052443 is #FADBBC. Grayscale: #1E1E1E. Windows color (decimal): -16440253 or 4400133. OLE color: 4400133.

HSL color Cylindrical-coordinate representation of color #052443: hue angle of 210º 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 #052443 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53667-
CMYK0.930.4600.74
HSL210º86.11%14.12%-
HSV(B)210º92.54%26.27%-
XYZ1.711.75.55-
YUV30.26148.73109.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 36 (14.45% from 255) = 33.33%
BLUE value IS 67 (26.56% from 255) = 62.04%
R=4.63%
G=33.33%
B=62.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536670.930.4600.7421086.1114.12
Hex524435D2E04Ad256e
Octal54410313556011232212616
Binary10110010010000111011101101110010010101101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052443; }

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

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

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

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

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

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

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

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