#041E3B

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

Shades of Tangaroa #041E3B

Tints of Tangaroa #041E3B

Color information

#041E3B (or 0x041E3B) is unknown color: approx Tangaroa. HEX triplet: 04, 1E and 3B. RGB value is (4,30,59). Sum of RGB (Red+Green+Blue) = 4+30+59=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 59 (23.44% from 255 or 63.44% from 93); Max value from RGB is 59 - color contains mainly: blue. Hex color #041E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E3B is #FBE1C4. Grayscale: #191919. Windows color (decimal): -16507333 or 3874308. OLE color: 3874308.

HSL color Cylindrical-coordinate representation of color #041E3B: hue angle of 211.64º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #041E3B is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB43059-
CMYK0.930.4900.77
HSL211.64º87.3%12.35%-
HSV(B)211.64º93.22%23.14%-
XYZ1.31.274.31-
YUV25.53146.89112.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 59 (23.44% from 255) = 63.44%
R=4.30%
G=32.26%
B=63.44%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal430590.930.4900.77211.6487.312.35
Hex41E3B5D3104Dd457c
Octal4367313561011532412714
Binary100111101110111011101110001010011011101010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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