#0E183E

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

Shades of Midnight Express #0E183E

Tints of Midnight Express #0E183E

Color information

#0E183E (or 0x0E183E) is unknown color: approx Midnight Express. HEX triplet: 0E, 18 and 3E. RGB value is (14,24,62). Sum of RGB (Red+Green+Blue) = 14+24+62=100 (13% of max value = 765). Red value is 14 (5.86% from 255 or 14% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 62 (24.61% from 255 or 62% from 100); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E183E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E183E is #F1E7C1. Grayscale: #191919. Windows color (decimal): -15853506 or 4069390. OLE color: 4069390.

HSL color Cylindrical-coordinate representation of color #0E183E: hue angle of 227.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E183E is Cyan = 0.77, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB142462-
CMYK0.770.6100.76
HSL227.5º63.16%14.9%-
HSV(B)227.5º77.42%24.31%-
XYZ1.381.094.7-
YUV25.34148.69119.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 62 (24.61% from 255) = 62%
R=14%
G=24%
B=62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1424620.770.6100.76227.563.1614.9
HexE183E4D3D04Ce43ff
Octal1630761157501143447717
Binary111011000111110100110111110101001100111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,24,62); }

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

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

 a { background-color: rgb(14,24,62); }

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

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

 span { border-color: rgb(14,24,62); }

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