#052243

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

Shades of Tangaroa #052243

Tints of Tangaroa #052243

Color information

#052243 (or 0x052243) is unknown color: approx Tangaroa. HEX triplet: 05, 22 and 43. RGB value is (5,34,67). Sum of RGB (Red+Green+Blue) = 5+34+67=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #052243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052243 is #FADDBC. Grayscale: #1C1C1C. Windows color (decimal): -16440765 or 4399621. OLE color: 4399621.

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

Color convert

RGB53467-
CMYK0.930.4900.74
HSL211.94º86.11%14.12%-
HSV(B)211.94º92.54%26.27%-
XYZ1.651.585.53-
YUV29.09149.39110.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=4.72%
G=32.08%
B=63.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal534670.930.4900.74211.9486.1114.12
Hex522435D3104Ad456e
Octal54210313561011232412616
Binary10110001010000111011101110001010010101101010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052243; }

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

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

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

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

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

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

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

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