#040377

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

Shades of Navy #040377

Tints of Navy #040377

Color information

#040377 (or 0x040377) is unknown color: approx Navy. HEX triplet: 04, 03 and 77. RGB value is (4,3,119). Sum of RGB (Red+Green+Blue) = 4+3+119=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 119 (46.88% from 255 or 94.44% from 126); Max value from RGB is 119 - color contains mainly: blue. Hex color #040377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040377 is #FBFC88. Grayscale: #101010. Windows color (decimal): -16514185 or 7799556. OLE color: 7799556.

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

Color convert

RGB43119-
CMYK0.970.9700.53
HSL240.52º95.08%23.92%-
HSV(B)240.52º97.48%46.67%-
XYZ3.411.4217.55-
YUV16.52185.83119.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 119 (46.88% from 255) = 94.44%
R=3.17%
G=2.38%
B=94.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal431190.970.9700.53240.5295.0823.92
Hex43776161035f15f18
Octal4316714114106536113730
Binary10011111011111000011100001011010111110001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040377; }

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

 H1.HeaderClassName
 {
   color: #040377;
 }
 .AnyTagClassName
 {
   color: #040377;
 }
</style>
background-color css

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

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

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

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

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

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