#052A41

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

Shades of Tangaroa #052A41

Tints of Tangaroa #052A41

Color information

#052A41 (or 0x052A41) is unknown color: approx Tangaroa. HEX triplet: 05, 2A and 41. RGB value is (5,42,65). Sum of RGB (Red+Green+Blue) = 5+42+65=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 42 (16.80% from 255 or 37.5% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #052A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052A41 is #FAD5BE. Grayscale: #212121. Windows color (decimal): -16438719 or 4270597. OLE color: 4270597.

HSL color Cylindrical-coordinate representation of color #052A41: hue angle of 203º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052A41 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54265-
CMYK0.920.3500.75
HSL203º85.71%13.73%-
HSV(B)203º92.31%25.49%-
XYZ1.842.075.3-
YUV33.56145.74107.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 42 (16.80% from 255) = 37.5%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=4.46%
G=37.5%
B=58.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal542650.920.3500.7520385.7113.73
Hex52A415C2304Bcb56e
Octal55210113443011331312616
Binary10110101010000011011100100011010010111100101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052A41; }

 p { color: rgb(5,42,65); }

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

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

 a { background-color: rgb(5,42,65); }

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

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

 span { border-color: rgb(5,42,65); }

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