#040873

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

Shades of Navy #040873

Tints of Navy #040873

Color information

#040873 (or 0x040873) is unknown color: approx Navy. HEX triplet: 04, 08 and 73. RGB value is (4,8,115). Sum of RGB (Red+Green+Blue) = 4+8+115=127 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.15% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 115 (45.31% from 255 or 90.55% from 127); Max value from RGB is 115 - color contains mainly: blue. Hex color #040873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040873 is #FBF78C. Grayscale: #121212. Windows color (decimal): -16512909 or 7538692. OLE color: 7538692.

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

Color convert

RGB48115-
CMYK0.970.9300.55
HSL237.84º93.28%23.33%-
HSV(B)237.84º96.52%45.1%-
XYZ3.231.4416.33-
YUV19182.17117.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.15%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 115 (45.31% from 255) = 90.55%
R=3.15%
G=6.30%
B=90.55%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal481150.970.9300.55237.8493.2823.33
Hex4873615D037ee5d17
Octal41016314113506735613527
Binary1001000111001111000011011101011011111101110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040873; }

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

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

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

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

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

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

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

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