#042539

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

Shades of Tangaroa #042539

Tints of Tangaroa #042539

Color information

#042539 (or 0x042539) is unknown color: approx Tangaroa. HEX triplet: 04, 25 and 39. RGB value is (4,37,57). Sum of RGB (Red+Green+Blue) = 4+37+57=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #042539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042539 is #FBDAC6. Grayscale: #1D1D1D. Windows color (decimal): -16505543 or 3745028. OLE color: 3745028.

HSL color Cylindrical-coordinate representation of color #042539: hue angle of 202.64º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042539 is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB43757-
CMYK0.930.3500.78
HSL202.64º86.89%11.96%-
HSV(B)202.64º92.98%22.35%-
XYZ1.451.644.11-
YUV29.41143.57109.87-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 37 (14.84% from 255) = 37.76%
BLUE value IS 57 (22.66% from 255) = 58.16%
R=4.08%
G=37.76%
B=58.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal437570.930.3500.78202.6486.8911.96
Hex425395D2304Ecb57c
Octal4457113543011631312714
Binary1001001011110011011101100011010011101100101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042539; }

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

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

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

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

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

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

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

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