Html Css Color HEX #041071 Navy

📋 copy color: '#041071'

red 4 ◦ green 16 ◦ blue 113

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

Shades of Navy #041071

Tints of Navy #041071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 113 (44.53% from 255) = 84.96%

R = 3.01%
G = 12.03%
B = 84.96%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#041071 (or 0x041071) is known color: Navy. HEX triplet: 04, 10 and 71. RGB value is (4,16,113). Sum of RGB (Red+Green+Blue) = 4+16+113=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 113 (44.53% from 255 or 84.96% from 133); Max value from RGB is 113 - color contains mainly: blue. Hex color #041071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041071 is #FBEF8E. Grayscale: #171717. Windows color (decimal): -16510863 or 7409668. OLE color: 7409668.

HSL color Cylindrical-coordinate representation of color #041071: hue angle of 233.39º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #041071 is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 16 113 -
CMYK 0.96 0.86 0 0.56
HSL 233.39º 0.93% 0.23% -
HSV(B) 233.39º 0.96% 0.44% -
XYZ 3.22 1.59 15.76 -
YUV 23.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 4 16 113 0.96 0.86 0 0.56 233.39 0.93 0.23
Hex 4 10 71 60 56 0 38 E9 5D 17
Octal 4 20 161 140 126 0 70 351 135 27
Binary 100 10000 1110001 1100000 1010110 0 111000 11101001 1011101 10111

Color Harmonies of #041071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041071

Black with #041071

Text Example


Text Example

White with #041071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041071; }

 p { color: rgb(4,16,113); }

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

background-color css

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

 a { background-color: rgb(4,16,113); }

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

border-color css

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

 span { border-color: rgb(4,16,113); }

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