#052043

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

Shades of Tangaroa #052043

Tints of Tangaroa #052043

Color information

#052043 (or 0x052043) is unknown color: approx Tangaroa. HEX triplet: 05, 20 and 43. RGB value is (5,32,67). Sum of RGB (Red+Green+Blue) = 5+32+67=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #052043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052043 is #FADFBC. Grayscale: #1B1B1B. Windows color (decimal): -16441277 or 4399109. OLE color: 4399109.

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

Color convert

RGB53267-
CMYK0.930.5200.74
HSL213.87º86.11%14.12%-
HSV(B)213.87º92.54%26.27%-
XYZ1.591.475.51-
YUV27.92150.05111.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 67 (26.56% from 255) = 64.42%
R=4.81%
G=30.77%
B=64.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal532670.930.5200.74213.8786.1114.12
Hex520435D3404Ad656e
Octal54010313564011232612616
Binary10110000010000111011101110100010010101101011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052043; }

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

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

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

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

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

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

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

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