#0E09AE

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

Shades of New Midnight Blue #0E09AE

Tints of New Midnight Blue #0E09AE

Color information

#0E09AE (or 0x0E09AE) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 09 and AE. RGB value is (14,9,174). Sum of RGB (Red+Green+Blue) = 14+9+174=197 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7.11% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 174 (68.36% from 255 or 88.32% from 197); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E09AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E09AE is #F1F651. Grayscale: #1C1C1C. Windows color (decimal): -15857234 or 11405582. OLE color: 11405582.

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

Color convert

RGB149174-
CMYK0.920.9500.32
HSL241.82º90.16%35.88%-
HSV(B)241.82º94.83%68.24%-
XYZ7.923.3440.27-
YUV29.3209.66117.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.11%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 174 (68.36% from 255) = 88.32%
R=7.11%
G=4.57%
B=88.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1491740.920.9500.32241.8290.1635.88
HexE9AE5C5F020f25a24
Octal161125613413704036213244
Binary1110100110101110101110010111110100000111100101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E09AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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