#040977

Color #040977 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #040977

Tints of Navy #040977

Color information

#040977 (or 0x040977) is unknown color: approx 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

RGB49119-
CMYK0.970.9200.53
HSL237.39º93.5%24.12%-
HSV(B)237.39º96.64%46.67%-
XYZ3.481.5517.57-
YUV20.05183.84116.56-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal491190.970.9200.53237.3993.524.12
Hex4977615C035ed5d18
Octal41116714113406535513530
Binary1001001111011111000011011100011010111101101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>