Html Css Color HEX #041F40 Tangaroa

📋 copy color: '#041F40'

red 4 ◦ green 31 ◦ blue 64

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

Shades of Tangaroa #041F40

Tints of Tangaroa #041F40

RGB

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

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

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

R = 4.04%
G = 31.31%
B = 64.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

#041F40 (or 0x041F40) is known color: Tangaroa. HEX triplet: 04, 1F and 40. RGB value is (4,31,64). Sum of RGB (Red+Green+Blue) = 4+31+64=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #041F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041F40 is #FBE0BF. Grayscale: #1A1A1A. Windows color (decimal): -16507072 or 4202244. OLE color: 4202244.

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

Color convert

RGB 4 31 64 -
CMYK 0.94 0.52 0 0.75
HSL 213º 0.88% 0.13% -
HSV(B) 213º 0.94% 0.25% -
XYZ 1.47 1.38 5.04 -
YUV 26.69 149.05 111.82 -
System Red Green Blue C M Y K H S L
Decimal 4 31 64 0.94 0.52 0 0.75 213 0.88 0.13
Hex 4 1F 40 5E 34 0 4B D5 58 D
Octal 4 37 100 136 64 0 113 325 130 15
Binary 100 11111 1000000 1011110 110100 0 1001011 11010101 1011000 1101

Color Harmonies of #041F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041F40

Black with #041F40

Text Example


Text Example

White with #041F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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