#0E1943

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

Shades of Midnight Express #0E1943

Tints of Midnight Express #0E1943

Color information

#0E1943 (or 0x0E1943) is unknown color: approx Midnight Express. HEX triplet: 0E, 19 and 43. RGB value is (14,25,67). Sum of RGB (Red+Green+Blue) = 14+25+67=106 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.21% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E1943 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1943 is #F1E6BC. Grayscale: #1A1A1A. Windows color (decimal): -15853245 or 4397326. OLE color: 4397326.

HSL color Cylindrical-coordinate representation of color #0E1943: hue angle of 227.55º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0E1943 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB142567-
CMYK0.790.6300.74
HSL227.55º65.43%15.88%-
HSV(B)227.55º79.1%26.27%-
XYZ1.541.195.46-
YUV26.5150.86119.08-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.21%
GREEN value IS 25 (10.16% from 255) = 23.58%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=13.21%
G=23.58%
B=63.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1425670.790.6300.74227.5565.4315.88
HexE19434F3F04Ae44110
Octal163110311777011234410120
Binary111011001100001110011111111110100101011100100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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