#0E0970

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

Shades of Midnight Blue #0E0970

Tints of Midnight Blue #0E0970

Color information

#0E0970 (or 0x0E0970) is unknown color: approx Midnight Blue. HEX triplet: 0E, 09 and 70. RGB value is (14,9,112). Sum of RGB (Red+Green+Blue) = 14+9+112=135 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.37% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 112 (44.14% from 255 or 82.96% from 135); Max value from RGB is 112 - color contains mainly: blue. Hex color #0E0970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0970 is #F1F68F. Grayscale: #151515. Windows color (decimal): -15857296 or 7342350. OLE color: 7342350.

HSL color Cylindrical-coordinate representation of color #0E0970: hue angle of 242.91º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E0970 is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB149112-
CMYK0.880.9200.56
HSL242.91º85.12%23.73%-
HSV(B)242.91º91.96%43.92%-
XYZ3.21.4615.44-
YUV22.24178.66122.12-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.37%
GREEN value IS 9 (3.91% from 255) = 6.67%
BLUE value IS 112 (44.14% from 255) = 82.96%
R=10.37%
G=6.67%
B=82.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1491120.880.9200.56242.9185.1223.73
HexE970585C038f35518
Octal161116013013407036312530
Binary11101001111000010110001011100011100011110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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