#041D41

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

Shades of Tangaroa #041D41

Tints of Tangaroa #041D41

Color information

#041D41 (or 0x041D41) is unknown color: approx Tangaroa. HEX triplet: 04, 1D and 41. RGB value is (4,29,65). Sum of RGB (Red+Green+Blue) = 4+29+65=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #041D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D41 is #FBE2BE. Grayscale: #191919. Windows color (decimal): -16507583 or 4267268. OLE color: 4267268.

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

Color convert

RGB42965-
CMYK0.940.5500.75
HSL215.41º88.41%13.53%-
HSV(B)215.41º93.85%25.49%-
XYZ1.441.295.17-
YUV25.63150.22112.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 65 (25.78% from 255) = 66.33%
R=4.08%
G=29.59%
B=66.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal429650.940.5500.75215.4188.4113.53
Hex41D415E3704Bd758e
Octal43510113667011332713016
Binary1001110110000011011110110111010010111101011110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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