#041D43

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

Shades of Tangaroa #041D43

Tints of Tangaroa #041D43

Color information

#041D43 (or 0x041D43) is unknown color: approx Tangaroa. HEX triplet: 04, 1D and 43. RGB value is (4,29,67). Sum of RGB (Red+Green+Blue) = 4+29+67=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 67 (26.56% from 255 or 67% from 100); Max value from RGB is 67 - color contains mainly: blue. Hex color #041D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D43 is #FBE2BC. Grayscale: #191919. Windows color (decimal): -16507581 or 4398340. OLE color: 4398340.

HSL color Cylindrical-coordinate representation of color #041D43: hue angle of 216.19º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D43 is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB42967-
CMYK0.940.5700.74
HSL216.19º88.73%13.92%-
HSV(B)216.19º94.03%26.27%-
XYZ1.51.315.48-
YUV25.86151.22112.41-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 67 (26.56% from 255) = 67%
R=4%
G=29%
B=67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal429670.940.5700.74216.1988.7313.92
Hex41D435E3904Ad859e
Octal43510313671011233013116
Binary1001110110000111011110111001010010101101100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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