#052144

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

Shades of Tangaroa #052144

Tints of Tangaroa #052144

Color information

#052144 (or 0x052144) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 44. RGB value is (5,33,68). Sum of RGB (Red+Green+Blue) = 5+33+68=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 68 (26.95% from 255 or 64.15% from 106); Max value from RGB is 68 - color contains mainly: blue. Hex color #052144 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052144 is #FADEBB. Grayscale: #1C1C1C. Windows color (decimal): -16441020 or 4464901. OLE color: 4464901.

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

Color convert

RGB53368-
CMYK0.930.5100.73
HSL213.33º86.3%14.31%-
HSV(B)213.33º92.65%26.67%-
XYZ1.651.545.68-
YUV28.62150.22111.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 33 (13.28% from 255) = 31.13%
BLUE value IS 68 (26.95% from 255) = 64.15%
R=4.72%
G=31.13%
B=64.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal533680.930.5100.73213.3386.314.31
Hex521445D33049d556e
Octal54110413563011132512616
Binary10110000110001001011101110011010010011101010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052144; }

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

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

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

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

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

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

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

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