#040E94

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

Shades of New Midnight Blue #040E94

Tints of New Midnight Blue #040E94

Color information

#040E94 (or 0x040E94) is unknown color: approx New Midnight Blue. HEX triplet: 04, 0E and 94. RGB value is (4,14,148). Sum of RGB (Red+Green+Blue) = 4+14+148=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 148 (58.20% from 255 or 89.16% from 166); Max value from RGB is 148 - color contains mainly: blue. Hex color #040E94 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040E94 is #FBF16B. Grayscale: #191919. Windows color (decimal): -16511340 or 9702916. OLE color: 9702916.

HSL color Cylindrical-coordinate representation of color #040E94: hue angle of 235.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #040E94 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB414148-
CMYK0.970.9100.42
HSL235.83º94.74%29.8%-
HSV(B)235.83º97.3%58.04%-
XYZ5.552.4828.2-
YUV26.29196.69112.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.41%
GREEN value IS 14 (5.86% from 255) = 8.43%
BLUE value IS 148 (58.20% from 255) = 89.16%
R=2.41%
G=8.43%
B=89.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4141480.970.9100.42235.8394.7429.8
Hex4E94615B02Aec5f1e
Octal41622414113305235413736
Binary10011101001010011000011011011010101011101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040E94; }

 p { color: rgb(4,14,148); }

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

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

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

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

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

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

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