#052442

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

Shades of Tangaroa #052442

Tints of Tangaroa #052442

Color information

#052442 (or 0x052442) is unknown color: approx Tangaroa. HEX triplet: 05, 24 and 42. RGB value is (5,36,66). Sum of RGB (Red+Green+Blue) = 5+36+66=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 66 (26.17% from 255 or 61.68% from 107); Max value from RGB is 66 - color contains mainly: blue. Hex color #052442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052442 is #FADBBD. Grayscale: #1E1E1E. Windows color (decimal): -16440254 or 4334597. OLE color: 4334597.

HSL color Cylindrical-coordinate representation of color #052442: hue angle of 209.51º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #052442 is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB53666-
CMYK0.920.4500.74
HSL209.51º85.92%13.92%-
HSV(B)209.51º92.42%25.88%-
XYZ1.681.695.39-
YUV30.15148.23110.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 66 (26.17% from 255) = 61.68%
R=4.67%
G=33.64%
B=61.68%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal536660.920.4500.74209.5185.9213.92
Hex524425C2D04Ad256e
Octal54410213455011232212616
Binary10110010010000101011100101101010010101101001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052442; }

 p { color: rgb(5,36,66); }

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

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

 a { background-color: rgb(5,36,66); }

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

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

 span { border-color: rgb(5,36,66); }

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