#0E192C

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

Shades of Midnight Express #0E192C

Tints of Midnight Express #0E192C

Color information

#0E192C (or 0x0E192C) is unknown color: approx Midnight Express. HEX triplet: 0E, 19 and 2C. RGB value is (14,25,44). Sum of RGB (Red+Green+Blue) = 14+25+44=83 (10% of max value = 765). Red value is 14 (5.86% from 255 or 16.87% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #0E192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E192C is #F1E6D3. Grayscale: #171717. Windows color (decimal): -15853268 or 2889998. OLE color: 2889998.

HSL color Cylindrical-coordinate representation of color #0E192C: hue angle of 218º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0E192C is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB142544-
CMYK0.680.4300.83
HSL218º51.72%11.37%-
HSV(B)218º68.18%17.25%-
XYZ0.980.972.52-
YUV23.88139.36120.96-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.87%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=16.87%
G=30.12%
B=53.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1425440.680.4300.8321851.7211.37
HexE192C442B053da34b
Octal1631541045301233326413
Binary111011001101100100010010101101010011110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,25,44); }

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

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

 a { background-color: rgb(14,25,44); }

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

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

 span { border-color: rgb(14,25,44); }

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