Html Css Color HEX #040777 Navy

📋 copy color: '#040777'

red 4 ◦ green 7 ◦ blue 119

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

Shades of Navy #040777

Tints of Navy #040777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.38%

 BLUE value IS 119 (46.88% from 255) = 91.54%

R = 3.08%
G = 5.38%
B = 91.54%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040777 (or 0x040777) is known color: Navy. HEX triplet: 04, 07 and 77. RGB value is (4,7,119). Sum of RGB (Red+Green+Blue) = 4+7+119=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 119 (46.88% from 255 or 91.54% from 130); Max value from RGB is 119 - color contains mainly: blue. Hex color #040777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040777 is #FBF888. Grayscale: #121212. Windows color (decimal): -16513161 or 7800580. OLE color: 7800580.

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

Color convert

RGB 4 7 119 -
CMYK 0.97 0.94 0 0.53
HSL 238.43º 0.93% 0.24% -
HSV(B) 238.43º 0.97% 0.47% -
XYZ 3.46 1.51 17.56 -
YUV 18.87 184.51 117.39 -
System Red Green Blue C M Y K H S L
Decimal 4 7 119 0.97 0.94 0 0.53 238.43 0.93 0.24
Hex 4 7 77 61 5E 0 35 EE 5D 18
Octal 4 7 167 141 136 0 65 356 135 30
Binary 100 111 1110111 1100001 1011110 0 110101 11101110 1011101 11000

Color Harmonies of #040777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040777

Black with #040777

Text Example


Text Example

White with #040777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040777; }

 p { color: rgb(4,7,119); }

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

background-color css

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

 a { background-color: rgb(4,7,119); }

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

border-color css

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

 span { border-color: rgb(4,7,119); }

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