#0E184E

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

Shades of Midnight Express #0E184E

Tints of Midnight Express #0E184E

Color information

#0E184E (or 0x0E184E) is unknown color: approx Midnight Express. HEX triplet: 0E, 18 and 4E. RGB value is (14,24,78). Sum of RGB (Red+Green+Blue) = 14+24+78=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 24 (9.77% from 255 or 20.69% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #0E184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E184E is #F1E7B1. Grayscale: #1A1A1A. Windows color (decimal): -15853490 or 5117966. OLE color: 5117966.

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

Color convert

RGB142478-
CMYK0.820.6900.69
HSL230.62º69.57%18.04%-
HSV(B)230.62º82.05%30.59%-
XYZ1.881.37.36-
YUV27.17156.69118.61-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.07%
GREEN value IS 24 (9.77% from 255) = 20.69%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=12.07%
G=20.69%
B=67.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1424780.820.6900.69230.6269.5718.04
HexE184E5245045e74612
Octal1630116122105010534710622
Binary1110110001001110101001010001010100010111100111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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