#0E11AE

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

Shades of New Midnight Blue #0E11AE

Tints of New Midnight Blue #0E11AE

Color information

#0E11AE (or 0x0E11AE) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 11 and AE. RGB value is (14,17,174). Sum of RGB (Red+Green+Blue) = 14+17+174=205 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.83% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 174 (68.36% from 255 or 84.88% from 205); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E11AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E11AE is #F1EE51. Grayscale: #212121. Windows color (decimal): -15855186 or 11407630. OLE color: 11407630.

HSL color Cylindrical-coordinate representation of color #0E11AE: hue angle of 238.88º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E11AE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1417174-
CMYK0.920.9000.32
HSL238.88º85.11%36.86%-
HSV(B)238.88º91.95%68.24%-
XYZ8.023.5540.31-
YUV34207.01113.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.83%
GREEN value IS 17 (7.03% from 255) = 8.29%
BLUE value IS 174 (68.36% from 255) = 84.88%
R=6.83%
G=8.29%
B=84.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14171740.920.9000.32238.8885.1136.86
HexE11AE5C5A020ef5525
Octal162125613413204035712545
Binary11101000110101110101110010110100100000111011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E11AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,17,174); }

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

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

 a { background-color: rgb(14,17,174); }

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

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

 span { border-color: rgb(14,17,174); }

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