#052345

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

Shades of Tangaroa #052345

Tints of Tangaroa #052345

Color information

#052345 (or 0x052345) is unknown color: approx Tangaroa. HEX triplet: 05, 23 and 45. RGB value is (5,35,69). Sum of RGB (Red+Green+Blue) = 5+35+69=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 69 (27.34% from 255 or 63.30% from 109); Max value from RGB is 69 - color contains mainly: blue. Hex color #052345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052345 is #FADCBA. Grayscale: #1D1D1D. Windows color (decimal): -16440507 or 4530949. OLE color: 4530949.

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

Color convert

RGB53569-
CMYK0.930.4900.73
HSL211.88º86.49%14.51%-
HSV(B)211.88º92.75%27.06%-
XYZ1.741.665.86-
YUV29.91150.06110.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 69 (27.34% from 255) = 63.30%
R=4.59%
G=32.11%
B=63.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal535690.930.4900.73211.8886.4914.51
Hex523455D31049d456f
Octal54310513561011132412617
Binary10110001110001011011101110001010010011101010010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052345; }

 p { color: rgb(5,35,69); }

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

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

 a { background-color: rgb(5,35,69); }

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

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

 span { border-color: rgb(5,35,69); }

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