Html Css Color HEX #040977 Navy

📋 copy color: '#040977'

red 4 ◦ green 9 ◦ blue 119

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

Shades of Navy #040977

Tints of Navy #040977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.82%

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

R = 3.03%
G = 6.82%
B = 90.15%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#040977 (or 0x040977) is known color: Navy. HEX triplet: 04, 09 and 77. RGB value is (4,9,119). Sum of RGB (Red+Green+Blue) = 4+9+119=132 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.03% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 119 (46.88% from 255 or 90.15% from 132); Max value from RGB is 119 - color contains mainly: blue. Hex color #040977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040977 is #FBF688. Grayscale: #131313. Windows color (decimal): -16512649 or 7801092. OLE color: 7801092.

HSL color Cylindrical-coordinate representation of color #040977: hue angle of 237.39º 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 #040977 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 4 9 119 -
CMYK 0.97 0.92 0 0.53
HSL 237.39º 0.93% 0.24% -
HSV(B) 237.39º 0.97% 0.47% -
XYZ 3.48 1.55 17.57 -
YUV 20.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 4 9 119 0.97 0.92 0 0.53 237.39 0.93 0.24
Hex 4 9 77 61 5C 0 35 ED 5D 18
Octal 4 11 167 141 134 0 65 355 135 30
Binary 100 1001 1110111 1100001 1011100 0 110101 11101101 1011101 11000

Color Harmonies of #040977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040977

Black with #040977

Text Example


Text Example

White with #040977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040977; }

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

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

background-color css

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

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

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

border-color css

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

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

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