Html Css Color HEX #040271 Navy

📋 copy color: '#040271'

red 4 ◦ green 2 ◦ blue 113

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

Shades of Navy #040271

Tints of Navy #040271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 3.36%
G = 1.68%
B = 94.96%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#040271 (or 0x040271) is known color: Navy. HEX triplet: 04, 02 and 71. RGB value is (4,2,113). Sum of RGB (Red+Green+Blue) = 4+2+113=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 113 (44.53% from 255 or 94.96% from 119); Max value from RGB is 113 - color contains mainly: blue. Hex color #040271 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040271 is #FBFD8E. Grayscale: #0E0E0E. Windows color (decimal): -16514447 or 7406084. OLE color: 7406084.

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

Color convert

RGB 4 2 113 -
CMYK 0.96 0.98 0 0.56
HSL 241.08º 0.97% 0.23% -
HSV(B) 241.08º 0.98% 0.44% -
XYZ 3.05 1.26 15.71 -
YUV 15.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 4 2 113 0.96 0.98 0 0.56 241.08 0.97 0.23
Hex 4 2 71 60 62 0 38 F1 61 17
Octal 4 2 161 140 142 0 70 361 141 27
Binary 100 10 1110001 1100000 1100010 0 111000 11110001 1100001 10111

Color Harmonies of #040271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040271

Black with #040271

Text Example


Text Example

White with #040271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040271; }

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

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

background-color css

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

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

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

border-color css

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

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

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