#040385

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

Shades of Navy #040385

Tints of Navy #040385

Color information

#040385 (or 0x040385) is unknown color: approx Navy. HEX triplet: 04, 03 and 85. RGB value is (4,3,133). Sum of RGB (Red+Green+Blue) = 4+3+133=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 133 (52.34% from 255 or 95% from 140); Max value from RGB is 133 - color contains mainly: blue. Hex color #040385 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040385 is #FBFC7A. Grayscale: #111111. Windows color (decimal): -16514171 or 8717060. OLE color: 8717060.

HSL color Cylindrical-coordinate representation of color #040385: hue angle of 240.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040385 is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB43133-
CMYK0.970.9800.48
HSL240.46º95.59%26.67%-
HSV(B)240.46º97.74%52.16%-
XYZ4.321.7822.31-
YUV18.12192.83117.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 133 (52.34% from 255) = 95%
R=2.86%
G=2.14%
B=95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal431330.970.9800.48240.4695.5926.67
Hex43856162030f0601b
Octal4320514114206036014033
Binary100111000010111000011100010011000011110000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040385; }

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

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

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

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

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

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

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

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