#042139

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

Shades of Tangaroa #042139

Tints of Tangaroa #042139

Color information

#042139 (or 0x042139) is unknown color: approx Tangaroa. HEX triplet: 04, 21 and 39. RGB value is (4,33,57). Sum of RGB (Red+Green+Blue) = 4+33+57=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 57 (22.66% from 255 or 60.64% from 94); Max value from RGB is 57 - color contains mainly: blue. Hex color #042139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042139 is #FBDEC6. Grayscale: #1A1A1A. Windows color (decimal): -16506567 or 3744004. OLE color: 3744004.

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

Color convert

RGB43357-
CMYK0.930.4200.78
HSL207.17º86.89%11.96%-
HSV(B)207.17º92.98%22.35%-
XYZ1.331.414.07-
YUV27.06144.89111.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 57 (22.66% from 255) = 60.64%
R=4.26%
G=35.11%
B=60.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal433570.930.4200.78207.1786.8911.96
Hex421395D2A04Ecf57c
Octal4417113552011631712714
Binary1001000011110011011101101010010011101100111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042139; }

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

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

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

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

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

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

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

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