#042540

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

Shades of Tangaroa #042540

Tints of Tangaroa #042540

Color information

#042540 (or 0x042540) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 40. RGB value is (4,37,64). Sum of RGB (Red+Green+Blue) = 4+37+64=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #042540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042540 is #FBDABF. Grayscale: #1E1E1E. Windows color (decimal): -16505536 or 4203780. OLE color: 4203780.

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

Color convert

RGB43764-
CMYK0.940.4200.75
HSL207º88.24%13.33%-
HSV(B)207º93.75%25.1%-
XYZ1.641.725.1-
YUV30.21147.07109.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 64 (25.39% from 255) = 60.95%
R=3.81%
G=35.24%
B=60.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal437640.940.4200.7520788.2413.33
Hex425405E2A04Bcf58d
Octal44510013652011331713015
Binary10010010110000001011110101010010010111100111110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042540; }

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

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

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

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

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

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

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

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