Html Css Color HEX #040171 Navy

📋 copy color: '#040171'

red 4 ◦ green 1 ◦ blue 113

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

Shades of Navy #040171

Tints of Navy #040171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 3.39%
G = 0.85%
B = 95.76%

CMYK

 C value IS 0.96

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#040171 (or 0x040171) is known color: Navy. HEX triplet: 04, 01 and 71. RGB value is (4,1,113). Sum of RGB (Red+Green+Blue) = 4+1+113=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 113 (44.53% from 255 or 95.76% from 118); Max value from RGB is 113 - color contains mainly: blue. Hex color #040171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040171 is #FBFE8E. Grayscale: #0E0E0E. Windows color (decimal): -16514703 or 7405828. OLE color: 7405828.

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

Color convert

RGB 4 1 113 -
CMYK 0.96 0.99 0 0.56
HSL 241.61º 0.98% 0.22% -
HSV(B) 241.61º 0.99% 0.44% -
XYZ 3.04 1.24 15.7 -
YUV 14.67 183.49 120.39 -
System Red Green Blue C M Y K H S L
Decimal 4 1 113 0.96 0.99 0 0.56 241.61 0.98 0.22
Hex 4 1 71 60 63 0 38 F2 62 16
Octal 4 1 161 140 143 0 70 362 142 26
Binary 100 1 1110001 1100000 1100011 0 111000 11110010 1100010 10110

Color Harmonies of #040171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040171

Black with #040171

Text Example


Text Example

White with #040171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040171; }

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

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

background-color css

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

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

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

border-color css

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

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

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