#04075E

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

Shades of Midnight Blue #04075E

Tints of Midnight Blue #04075E

Color information

#04075E (or 0x04075E) is unknown color: approx Midnight Blue. HEX triplet: 04, 07 and 5E. RGB value is (4,7,94). Sum of RGB (Red+Green+Blue) = 4+7+94=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 94 (37.11% from 255 or 89.52% from 105); Max value from RGB is 94 - color contains mainly: blue. Hex color #04075E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04075E is #FBF8A1. Grayscale: #0F0F0F. Windows color (decimal): -16513186 or 6162180. OLE color: 6162180.

HSL color Cylindrical-coordinate representation of color #04075E: hue angle of 238º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04075E is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB4794-
CMYK0.960.9300.63
HSL238º91.84%19.22%-
HSV(B)238º95.74%36.86%-
XYZ2.150.9910.67-
YUV16.02172.01119.43-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 7 (3.12% from 255) = 6.67%
BLUE value IS 94 (37.11% from 255) = 89.52%
R=3.81%
G=6.67%
B=89.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal47940.960.9300.6323891.8419.22
Hex475E605D03Fee5c13
Octal4713614013507735613423
Binary100111101111011000001011101011111111101110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04075E; }

 p { color: rgb(4,7,94); }

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

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

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

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

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

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

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