Html Css Color HEX #041D41 Tangaroa

📋 copy color: '#041D41'

red 4 ◦ green 29 ◦ blue 65

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

Shades of Tangaroa #041D41

Tints of Tangaroa #041D41

RGB

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

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

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

R = 4.08%
G = 29.59%
B = 66.33%

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

#041D41 (or 0x041D41) is known color: Tangaroa. HEX triplet: 04, 1D and 41. RGB value is (4,29,65). Sum of RGB (Red+Green+Blue) = 4+29+65=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #041D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041D41 is #FBE2BE. Grayscale: #191919. Windows color (decimal): -16507583 or 4267268. OLE color: 4267268.

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

Color convert

RGB 4 29 65 -
CMYK 0.94 0.55 0 0.75
HSL 215.41º 0.88% 0.14% -
HSV(B) 215.41º 0.94% 0.25% -
XYZ 1.44 1.29 5.17 -
YUV 25.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 4 29 65 0.94 0.55 0 0.75 215.41 0.88 0.14
Hex 4 1D 41 5E 37 0 4B D7 58 E
Octal 4 35 101 136 67 0 113 327 130 16
Binary 100 11101 1000001 1011110 110111 0 1001011 11010111 1011000 1110

Color Harmonies of #041D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041D41

Black with #041D41

Text Example


Text Example

White with #041D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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