Html Css Color HEX #041E41 Tangaroa

📋 copy color: '#041E41'

red 4 ◦ green 30 ◦ blue 65

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

Shades of Tangaroa #041E41

Tints of Tangaroa #041E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 65.66%

R = 4.04%
G = 30.3%
B = 65.66%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041E41 (or 0x041E41) is known color: Tangaroa. HEX triplet: 04, 1E and 41. RGB value is (4,30,65). Sum of RGB (Red+Green+Blue) = 4+30+65=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #041E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041E41 is #FBE1BE. Grayscale: #1A1A1A. Windows color (decimal): -16507327 or 4267524. OLE color: 4267524.

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

Color convert

RGB 4 30 65 -
CMYK 0.94 0.54 0 0.75
HSL 214.43º 0.88% 0.14% -
HSV(B) 214.43º 0.94% 0.25% -
XYZ 1.47 1.34 5.18 -
YUV 26.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 4 30 65 0.94 0.54 0 0.75 214.43 0.88 0.14
Hex 4 1E 41 5E 36 0 4B D6 58 E
Octal 4 36 101 136 66 0 113 326 130 16
Binary 100 11110 1000001 1011110 110110 0 1001011 11010110 1011000 1110

Color Harmonies of #041E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041E41

Black with #041E41

Text Example


Text Example

White with #041E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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