#040373

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

Shades of Navy #040373

Tints of Navy #040373

Color information

#040373 (or 0x040373) is unknown color: approx Navy. HEX triplet: 04, 03 and 73. RGB value is (4,3,115). Sum of RGB (Red+Green+Blue) = 4+3+115=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 115 (45.31% from 255 or 94.26% from 122); Max value from RGB is 115 - color contains mainly: blue. Hex color #040373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040373 is #FBFC8C. Grayscale: #0F0F0F. Windows color (decimal): -16514189 or 7537412. OLE color: 7537412.

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

Color convert

RGB43115-
CMYK0.970.9700.55
HSL240.54º94.92%23.14%-
HSV(B)240.54º97.39%45.1%-
XYZ3.181.3316.31-
YUV16.07183.83119.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 115 (45.31% from 255) = 94.26%
R=3.28%
G=2.46%
B=94.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal431150.970.9700.55240.5494.9223.14
Hex43736161037f15f17
Octal4316314114106736113727
Binary10011111001111000011100001011011111110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040373; }

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

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

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

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

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

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

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

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