Html Css Color HEX #041F41 Tangaroa

📋 copy color: '#041F41'

red 4 ◦ green 31 ◦ blue 65

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

Shades of Tangaroa #041F41

Tints of Tangaroa #041F41

RGB

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

 GREEN value IS 31 (12.5% from 255) = 31%

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

R = 4%
G = 31%
B = 65%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#041F41 (or 0x041F41) is known color: Tangaroa. HEX triplet: 04, 1F and 41. RGB value is (4,31,65). Sum of RGB (Red+Green+Blue) = 4+31+65=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #041F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F41 is #FBE0BE. Grayscale: #1A1A1A. Windows color (decimal): -16507071 or 4267780. OLE color: 4267780.

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

Color convert

RGB 4 31 65 -
CMYK 0.94 0.52 0 0.75
HSL 213.44º 0.88% 0.14% -
HSV(B) 213.44º 0.94% 0.25% -
XYZ 1.49 1.39 5.19 -
YUV 26.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 4 31 65 0.94 0.52 0 0.75 213.44 0.88 0.14
Hex 4 1F 41 5E 34 0 4B D5 58 E
Octal 4 37 101 136 64 0 113 325 130 16
Binary 100 11111 1000001 1011110 110100 0 1001011 11010101 1011000 1110

Color Harmonies of #041F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F41

Black with #041F41

Text Example


Text Example

White with #041F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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