#0E0972

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

Shades of Midnight Blue #0E0972

Tints of Midnight Blue #0E0972

Color information

#0E0972 (or 0x0E0972) is unknown color: approx Midnight Blue. HEX triplet: 0E, 09 and 72. RGB value is (14,9,114). Sum of RGB (Red+Green+Blue) = 14+9+114=137 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.22% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E0972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0972 is #F1F68D. Grayscale: #161616. Windows color (decimal): -15857294 or 7473422. OLE color: 7473422.

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

Color convert

RGB149114-
CMYK0.880.9200.55
HSL242.86º85.37%24.12%-
HSV(B)242.86º92.11%44.71%-
XYZ3.321.516.04-
YUV22.46179.66121.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.22%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 114 (44.92% from 255) = 83.21%
R=10.22%
G=6.57%
B=83.21%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1491140.880.9200.55242.8685.3724.12
HexE972585C037f35518
Octal161116213013406736312530
Binary11101001111001010110001011100011011111110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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