#040E68

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

Shades of Midnight Blue #040E68

Tints of Midnight Blue #040E68

Color information

#040E68 (or 0x040E68) is unknown color: approx Midnight Blue. HEX triplet: 04, 0E and 68. RGB value is (4,14,104). Sum of RGB (Red+Green+Blue) = 4+14+104=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 14 (5.86% from 255 or 11.48% from 122); Blue value is 104 (41.02% from 255 or 85.25% from 122); Max value from RGB is 104 - color contains mainly: blue. Hex color #040E68 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E68 is #FBF197. Grayscale: #141414. Windows color (decimal): -16511384 or 6819332. OLE color: 6819332.

HSL color Cylindrical-coordinate representation of color #040E68: hue angle of 234º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #040E68 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB414104-
CMYK0.960.8700.59
HSL234º92.59%21.18%-
HSV(B)234º96.15%40.78%-
XYZ2.711.3413.21-
YUV21.27174.69115.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.28%
GREEN value IS 14 (5.86% from 255) = 11.48%
BLUE value IS 104 (41.02% from 255) = 85.25%
R=3.28%
G=11.48%
B=85.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4141040.960.8700.5923492.5921.18
Hex4E68605703Bea5d15
Octal41615014012707335213525
Binary1001110110100011000001010111011101111101010101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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