Html Css Color HEX #041E40 Tangaroa

📋 copy color: '#041E40'

red 4 ◦ green 30 ◦ blue 64

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

Shades of Tangaroa #041E40

Tints of Tangaroa #041E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

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

R = 4.08%
G = 30.61%
B = 65.31%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041E40 (or 0x041E40) is known color: Tangaroa. HEX triplet: 04, 1E and 40. RGB value is (4,30,64). Sum of RGB (Red+Green+Blue) = 4+30+64=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #041E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E40 is #FBE1BF. Grayscale: #191919. Windows color (decimal): -16507328 or 4201988. OLE color: 4201988.

HSL color Cylindrical-coordinate representation of color #041E40: hue angle of 214º 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 #041E40 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 4 30 64 -
CMYK 0.94 0.53 0 0.75
HSL 214º 0.88% 0.13% -
HSV(B) 214º 0.94% 0.25% -
XYZ 1.44 1.32 5.03 -
YUV 26.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 4 30 64 0.94 0.53 0 0.75 214 0.88 0.13
Hex 4 1E 40 5E 35 0 4B D6 58 D
Octal 4 36 100 136 65 0 113 326 130 15
Binary 100 11110 1000000 1011110 110101 0 1001011 11010110 1011000 1101

Color Harmonies of #041E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E40

Black with #041E40

Text Example


Text Example

White with #041E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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