#052641

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

Shades of Tangaroa #052641

Tints of Tangaroa #052641

Color information

#052641 (or 0x052641) is unknown color: approx Tangaroa. HEX triplet: 05, 26 and 41. RGB value is (5,38,65). Sum of RGB (Red+Green+Blue) = 5+38+65=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 65 (25.78% from 255 or 60.19% from 108); Max value from RGB is 65 - color contains mainly: blue. Hex color #052641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052641 is #FAD9BE. Grayscale: #1F1F1F. Windows color (decimal): -16439743 or 4269573. OLE color: 4269573.

HSL color Cylindrical-coordinate representation of color #052641: hue angle of 207º 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 #052641 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB53865-
CMYK0.920.4200.75
HSL207º85.71%13.73%-
HSV(B)207º92.31%25.49%-
XYZ1.711.85.26-
YUV31.21147.07109.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 65 (25.78% from 255) = 60.19%
R=4.63%
G=35.19%
B=60.19%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal538650.920.4200.7520785.7113.73
Hex526415C2A04Bcf56e
Octal54610113452011331712616
Binary10110011010000011011100101010010010111100111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052641; }

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

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

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

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

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

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

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

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