#0E1072

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

Shades of Midnight Blue #0E1072

Tints of Midnight Blue #0E1072

Color information

#0E1072 (or 0x0E1072) is unknown color: approx Midnight Blue. HEX triplet: 0E, 10 and 72. RGB value is (14,16,114). Sum of RGB (Red+Green+Blue) = 14+16+114=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #0E1072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1072 is #F1EF8D. Grayscale: #1A1A1A. Windows color (decimal): -15855502 or 7475214. OLE color: 7475214.

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

Color convert

RGB1416114-
CMYK0.880.8600.55
HSL238.8º78.12%25.1%-
HSV(B)238.8º87.72%44.71%-
XYZ3.41.6816.06-
YUV26.57177.34119.03-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.72%
GREEN value IS 16 (6.64% from 255) = 11.11%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=9.72%
G=11.11%
B=79.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal14161140.880.8600.55238.878.1225.1
HexE10725856037ef4e19
Octal162016213012606735711631
Binary111010000111001010110001010110011011111101111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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