#040573

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

Shades of Navy #040573

Tints of Navy #040573

Color information

#040573 (or 0x040573) is unknown color: approx Navy. HEX triplet: 04, 05 and 73. RGB value is (4,5,115). Sum of RGB (Red+Green+Blue) = 4+5+115=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 115 (45.31% from 255 or 92.74% from 124); Max value from RGB is 115 - color contains mainly: blue. Hex color #040573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040573 is #FBFA8C. Grayscale: #101010. Windows color (decimal): -16513677 or 7537924. OLE color: 7537924.

HSL color Cylindrical-coordinate representation of color #040573: hue angle of 239.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040573 is Cyan = 0.97, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB45115-
CMYK0.970.9600.55
HSL239.46º93.28%23.33%-
HSV(B)239.46º96.52%45.1%-
XYZ3.21.3716.32-
YUV17.24183.17118.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 5 (2.34% from 255) = 4.03%
BLUE value IS 115 (45.31% from 255) = 92.74%
R=3.23%
G=4.03%
B=92.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal451150.970.9600.55239.4693.2823.33
Hex45736160037ef5d17
Octal4516314114006735713527
Binary100101111001111000011100000011011111101111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040573; }

 p { color: rgb(4,5,115); }

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

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

 a { background-color: rgb(4,5,115); }

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

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

 span { border-color: rgb(4,5,115); }

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