#052146

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

Shades of Tangaroa #052146

Tints of Tangaroa #052146

Color information

#052146 (or 0x052146) is unknown color: approx Tangaroa. HEX triplet: 05, 21 and 46. RGB value is (5,33,70). Sum of RGB (Red+Green+Blue) = 5+33+70=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #052146 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052146 is #FADEB9. Grayscale: #1C1C1C. Windows color (decimal): -16441018 or 4595973. OLE color: 4595973.

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

Color convert

RGB53370-
CMYK0.930.5300.73
HSL214.15º86.67%14.71%-
HSV(B)214.15º92.86%27.45%-
XYZ1.711.566.01-
YUV28.85151.22110.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 70 (27.73% from 255) = 64.81%
R=4.63%
G=30.56%
B=64.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal533700.930.5300.73214.1586.6714.71
Hex521465D35049d657f
Octal54110613565011132612717
Binary10110000110001101011101110101010010011101011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052146; }

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

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

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

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

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

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

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

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