Html Css Color HEX #040379 Navy

📋 copy color: '#040379'

red 4 ◦ green 3 ◦ blue 121

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

Shades of Navy #040379

Tints of Navy #040379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

 BLUE value IS 121 (47.66% from 255) = 94.53%

R = 3.13%
G = 2.34%
B = 94.53%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040379 (or 0x040379) is known color: Navy. HEX triplet: 04, 03 and 79. RGB value is (4,3,121). Sum of RGB (Red+Green+Blue) = 4+3+121=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 121 (47.66% from 255 or 94.53% from 128); Max value from RGB is 121 - color contains mainly: blue. Hex color #040379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040379 is #FBFC86. Grayscale: #101010. Windows color (decimal): -16514183 or 7930628. OLE color: 7930628.

HSL color Cylindrical-coordinate representation of color #040379: hue angle of 240.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040379 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 3 121 -
CMYK 0.97 0.98 0 0.53
HSL 240.51º 0.95% 0.24% -
HSV(B) 240.51º 0.98% 0.47% -
XYZ 3.53 1.47 18.19 -
YUV 16.75 186.83 118.91 -
System Red Green Blue C M Y K H S L
Decimal 4 3 121 0.97 0.98 0 0.53 240.51 0.95 0.24
Hex 4 3 79 61 62 0 35 F1 5F 18
Octal 4 3 171 141 142 0 65 361 137 30
Binary 100 11 1111001 1100001 1100010 0 110101 11110001 1011111 11000

Color Harmonies of #040379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040379

Black with #040379

Text Example


Text Example

White with #040379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040379; }

 p { color: rgb(4,3,121); }

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

background-color css

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

 a { background-color: rgb(4,3,121); }

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

border-color css

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

 span { border-color: rgb(4,3,121); }

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