#041F41

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

Shades of Tangaroa #041F41

Tints of Tangaroa #041F41

Color information

#041F41 (or 0x041F41) is unknown color: approx Tangaroa. HEX triplet: 04, 1F and 41. RGB value is (4,31,65). Sum of RGB (Red+Green+Blue) = 4+31+65=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #041F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F41 is #FBE0BE. Grayscale: #1A1A1A. Windows color (decimal): -16507071 or 4267780. OLE color: 4267780.

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

Color convert

RGB43165-
CMYK0.940.5200.75
HSL213.44º88.41%13.53%-
HSV(B)213.44º93.85%25.49%-
XYZ1.491.395.19-
YUV26.8149.55111.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 31 (12.5% from 255) = 31%
BLUE value IS 65 (25.78% from 255) = 65%
R=4%
G=31%
B=65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal431650.940.5200.75213.4488.4113.53
Hex41F415E3404Bd558e
Octal43710113664011332513016
Binary1001111110000011011110110100010010111101010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,31,65); }

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

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

 a { background-color: rgb(4,31,65); }

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

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

 span { border-color: rgb(4,31,65); }

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