#041D39

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

Shades of Tangaroa #041D39

Tints of Tangaroa #041D39

Color information

#041D39 (or 0x041D39) is unknown color: approx Tangaroa. HEX triplet: 04, 1D and 39. RGB value is (4,29,57). Sum of RGB (Red+Green+Blue) = 4+29+57=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #041D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D39 is #FBE2C6. Grayscale: #181818. Windows color (decimal): -16507591 or 3742980. OLE color: 3742980.

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

Color convert

RGB42957-
CMYK0.930.4900.78
HSL211.7º86.89%11.96%-
HSV(B)211.7º92.98%22.35%-
XYZ1.231.24.04-
YUV24.72146.22113.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 57 (22.66% from 255) = 63.33%
R=4.44%
G=32.22%
B=63.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal429570.930.4900.78211.786.8911.96
Hex41D395D3104Ed457c
Octal4357113561011632412714
Binary100111011110011011101110001010011101101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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