#0E154D

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

Shades of Midnight Express #0E154D

Tints of Midnight Express #0E154D

Color information

#0E154D (or 0x0E154D) is unknown color: approx Midnight Express. HEX triplet: 0E, 15 and 4D. RGB value is (14,21,77). Sum of RGB (Red+Green+Blue) = 14+21+77=112 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.5% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 77 (30.47% from 255 or 68.75% from 112); Max value from RGB is 77 - color contains mainly: blue. Hex color #0E154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E154D is #F1EAB2. Grayscale: #191919. Windows color (decimal): -15854259 or 5051662. OLE color: 5051662.

HSL color Cylindrical-coordinate representation of color #0E154D: hue angle of 233.33º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0E154D is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB142177-
CMYK0.820.7300.70
HSL233.33º69.23%17.84%-
HSV(B)233.33º81.82%30.2%-
XYZ1.791.177.15-
YUV25.29157.18119.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 18.75%
BLUE value IS 77 (30.47% from 255) = 68.75%
R=12.5%
G=18.75%
B=68.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1421770.820.7300.70233.3369.2317.84
HexE154D5249046e94512
Octal1625115122111010635110522
Binary1110101011001101101001010010010100011011101001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E154D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,77); }

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

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

 a { background-color: rgb(14,21,77); }

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

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

 span { border-color: rgb(14,21,77); }

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