#052143

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

Shades of Tangaroa #052143

Tints of Tangaroa #052143

Color information

#052143 (or 0x052143) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 43. RGB value is (5,33,67). Sum of RGB (Red+Green+Blue) = 5+33+67=105 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.76% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 67 (26.56% from 255 or 63.81% from 105); Max value from RGB is 67 - color contains mainly: blue. Hex color #052143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052143 is #FADEBC. Grayscale: #1C1C1C. Windows color (decimal): -16441021 or 4399365. OLE color: 4399365.

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

Color convert

RGB53367-
CMYK0.930.5100.74
HSL212.9º86.11%14.12%-
HSV(B)212.9º92.54%26.27%-
XYZ1.621.535.52-
YUV28.5149.72111.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.76%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 67 (26.56% from 255) = 63.81%
R=4.76%
G=31.43%
B=63.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal533670.930.5100.74212.986.1114.12
Hex521435D3304Ad556e
Octal54110313563011232512616
Binary10110000110000111011101110011010010101101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052143; }

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

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

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

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

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

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

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

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