Html Css Color HEX #041D40 Tangaroa

📋 copy color: '#041D40'

red 4 ◦ green 29 ◦ blue 64

#041D40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangaroa #041D40

Tints of Tangaroa #041D40

RGB

 RED value IS 4 (1.95% from 255) = 4.12%

 GREEN value IS 29 (11.72% from 255) = 29.9%

 BLUE value IS 64 (25.39% from 255) = 65.98%

R = 4.12%
G = 29.9%
B = 65.98%

CMYK

 C value IS 0.94

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041D40 (or 0x041D40) is known color: Tangaroa. HEX triplet: 04, 1D and 40. RGB value is (4,29,64). Sum of RGB (Red+Green+Blue) = 4+29+64=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #041D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D40 is #FBE2BF. Grayscale: #191919. Windows color (decimal): -16507584 or 4201732. OLE color: 4201732.

HSL color Cylindrical-coordinate representation of color #041D40: hue angle of 215º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #041D40 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 29 64 -
CMYK 0.94 0.55 0 0.75
HSL 215º 0.88% 0.13% -
HSV(B) 215º 0.94% 0.25% -
XYZ 1.41 1.27 5.02 -
YUV 25.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 4 29 64 0.94 0.55 0 0.75 215 0.88 0.13
Hex 4 1D 40 5E 37 0 4B D7 58 D
Octal 4 35 100 136 67 0 113 327 130 15
Binary 100 11101 1000000 1011110 110111 0 1001011 11010111 1011000 1101

Color Harmonies of #041D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D40

Black with #041D40

Text Example


Text Example

White with #041D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #041D40;
 }
 .AnyTagClassName
 {
   color: #041D40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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