#041A39

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

Shades of Tangaroa #041A39

Tints of Tangaroa #041A39

Color information

#041A39 (or 0x041A39) is unknown color: approx Tangaroa. HEX triplet: 04, 1A and 39. RGB value is (4,26,57). Sum of RGB (Red+Green+Blue) = 4+26+57=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 26 (10.55% from 255 or 29.89% from 87); Blue value is 57 (22.66% from 255 or 65.52% from 87); Max value from RGB is 57 - color contains mainly: blue. Hex color #041A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041A39 is #FBE5C6. Grayscale: #161616. Windows color (decimal): -16508359 or 3742212. OLE color: 3742212.

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

Color convert

RGB42657-
CMYK0.930.5400.78
HSL215.09º86.89%11.96%-
HSV(B)215.09º92.98%22.35%-
XYZ1.161.064.01-
YUV22.96147.21114.48-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.60%
GREEN value IS 26 (10.55% from 255) = 29.89%
BLUE value IS 57 (22.66% from 255) = 65.52%
R=4.60%
G=29.89%
B=65.52%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal426570.930.5400.78215.0986.8911.96
Hex41A395D3604Ed757c
Octal4327113566011632712714
Binary100110101110011011101110110010011101101011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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