#04045D

Color #04045D Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #04045D

Tints of Midnight Blue #04045D

Color information

#04045D (or 0x04045D) is unknown color: approx Midnight Blue. HEX triplet: 04, 04 and 5D. RGB value is (4,4,93). Sum of RGB (Red+Green+Blue) = 4+4+93=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 93 (36.72% from 255 or 92.08% from 101); Max value from RGB is 93 - color contains mainly: blue. Hex color #04045D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04045D is #FBFBA2. Grayscale: #0D0D0D. Windows color (decimal): -16513955 or 6095876. OLE color: 6095876.

HSL color Cylindrical-coordinate representation of color #04045D: hue angle of 240º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04045D is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB4493-
CMYK0.960.9600.64
HSL240º91.75%19.02%-
HSV(B)240º95.7%36.47%-
XYZ2.070.910.42-
YUV14.15172.5120.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 93 (36.72% from 255) = 92.08%
R=3.96%
G=3.96%
B=92.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal44930.960.9600.6424091.7519.02
Hex445D6060040f05c13
Octal44135140140010036013423
Binary1001001011101110000011000000100000011110000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04045D; }

 p { color: rgb(4,4,93); }

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

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

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

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

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

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

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