#0E183C

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

Shades of Midnight Express #0E183C

Tints of Midnight Express #0E183C

Color information

#0E183C (or 0x0E183C) is unknown color: approx Midnight Express. HEX triplet: 0E, 18 and 3C. RGB value is (14,24,60). Sum of RGB (Red+Green+Blue) = 14+24+60=98 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.29% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 60 (23.83% from 255 or 61.22% from 98); Max value from RGB is 60 - color contains mainly: blue. Hex color #0E183C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E183C is #F1E7C3. Grayscale: #181818. Windows color (decimal): -15853508 or 3938318. OLE color: 3938318.

HSL color Cylindrical-coordinate representation of color #0E183C: hue angle of 226.96º degrees, saturation: 0.62, 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 #0E183C is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB142460-
CMYK0.770.6000.76
HSL226.96º62.16%14.51%-
HSV(B)226.96º76.67%23.53%-
XYZ1.321.074.41-
YUV25.11147.69120.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.29%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 60 (23.83% from 255) = 61.22%
R=14.29%
G=24.49%
B=61.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1424600.770.6000.76226.9662.1614.51
HexE183C4D3C04Ce33ef
Octal1630741157401143437617
Binary111011000111100100110111110001001100111000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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