#0E046A

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

Shades of Midnight Blue #0E046A

Tints of Midnight Blue #0E046A

Color information

#0E046A (or 0x0E046A) is unknown color: approx Midnight Blue. HEX triplet: 0E, 04 and 6A. RGB value is (14,4,106). Sum of RGB (Red+Green+Blue) = 14+4+106=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #0E046A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E046A is #F1FB95. Grayscale: #121212. Windows color (decimal): -15858582 or 6947854. OLE color: 6947854.

HSL color Cylindrical-coordinate representation of color #0E046A: hue angle of 245.88º 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 #0E046A is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB144106-
CMYK0.870.9600.58
HSL245.88º92.73%21.57%-
HSV(B)245.88º96.23%41.57%-
XYZ2.831.2213.72-
YUV18.62177.31124.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.29%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 106 (41.80% from 255) = 85.48%
R=11.29%
G=3.23%
B=85.48%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1441060.870.9600.58245.8892.7321.57
HexE46A576003Af65d16
Octal16415212714007236613526
Binary1110100110101010101111100000011101011110110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E046A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E046A; }

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

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

<style>
 a { background-color: #0E046A; }

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

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

<style>
 span { border-color: #0E046A; }

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

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