#041E39

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

Shades of Tangaroa #041E39

Tints of Tangaroa #041E39

Color information

#041E39 (or 0x041E39) is unknown color: approx Tangaroa. HEX triplet: 04, 1E and 39. RGB value is (4,30,57). Sum of RGB (Red+Green+Blue) = 4+30+57=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 30 (12.11% from 255 or 32.97% from 91); Blue value is 57 (22.66% from 255 or 62.64% from 91); Max value from RGB is 57 - color contains mainly: blue. Hex color #041E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E39 is #FBE1C6. Grayscale: #191919. Windows color (decimal): -16507335 or 3743236. OLE color: 3743236.

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

Color convert

RGB43057-
CMYK0.930.4700.78
HSL210.57º86.89%11.96%-
HSV(B)210.57º92.98%22.35%-
XYZ1.251.254.05-
YUV25.3145.89112.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 30 (12.11% from 255) = 32.97%
BLUE value IS 57 (22.66% from 255) = 62.64%
R=4.40%
G=32.97%
B=62.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal430570.930.4700.78210.5786.8911.96
Hex41E395D2F04Ed357c
Octal4367113557011632312714
Binary100111101110011011101101111010011101101001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041E39; }

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

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

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

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

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

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

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

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