#042040

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

Shades of Tangaroa #042040

Tints of Tangaroa #042040

Color information

#042040 (or 0x042040) is unknown color: approx Tangaroa. HEX triplet: 04, 20 and 40. RGB value is (4,32,64). Sum of RGB (Red+Green+Blue) = 4+32+64=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #042040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042040 is #FBDFBF. Grayscale: #1B1B1B. Windows color (decimal): -16506816 or 4202500. OLE color: 4202500.

HSL color Cylindrical-coordinate representation of color #042040: hue angle of 212º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #042040 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB43264-
CMYK0.940.5000.75
HSL212º88.24%13.33%-
HSV(B)212º93.75%25.1%-
XYZ1.491.435.05-
YUV27.28148.72111.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 32 (12.89% from 255) = 32%
BLUE value IS 64 (25.39% from 255) = 64%
R=4%
G=32%
B=64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal432640.940.5000.7521288.2413.33
Hex420405E3204Bd458d
Octal44010013662011332413015
Binary10010000010000001011110110010010010111101010010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042040; }

 p { color: rgb(4,32,64); }

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

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

 a { background-color: rgb(4,32,64); }

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

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

 span { border-color: rgb(4,32,64); }

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