#040E6C

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

Shades of Midnight Blue #040E6C

Tints of Midnight Blue #040E6C

Color information

#040E6C (or 0x040E6C) is unknown color: approx Midnight Blue. HEX triplet: 04, 0E and 6C. RGB value is (4,14,108). Sum of RGB (Red+Green+Blue) = 4+14+108=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #040E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040E6C is #FBF193. Grayscale: #151515. Windows color (decimal): -16511380 or 7081476. OLE color: 7081476.

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

Color convert

RGB414108-
CMYK0.960.8700.58
HSL234.23º92.86%21.96%-
HSV(B)234.23º96.3%42.35%-
XYZ2.911.4214.31-
YUV21.73176.69115.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 14 (5.86% from 255) = 11.11%
BLUE value IS 108 (42.58% from 255) = 85.71%
R=3.17%
G=11.11%
B=85.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4141080.960.8700.58234.2392.8621.96
Hex4E6C605703Aea5d16
Octal41615414012707235213526
Binary1001110110110011000001010111011101011101010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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