#0E1238

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

Shades of Midnight Express #0E1238

Tints of Midnight Express #0E1238

Color information

#0E1238 (or 0x0E1238) is unknown color: approx Midnight Express. HEX triplet: 0E, 12 and 38. RGB value is (14,18,56). Sum of RGB (Red+Green+Blue) = 14+18+56=88 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.91% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1238 is #F1EDC7. Grayscale: #141414. Windows color (decimal): -15855048 or 3674638. OLE color: 3674638.

HSL color Cylindrical-coordinate representation of color #0E1238: hue angle of 234.29º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E1238 is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB141856-
CMYK0.750.6800.78
HSL234.29º60%13.73%-
HSV(B)234.29º75%21.96%-
XYZ1.110.813.84-
YUV21.14147.67122.91-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.91%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 56 (22.27% from 255) = 63.64%
R=15.91%
G=20.45%
B=63.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1418560.750.6800.78234.296013.73
HexE12384B4404Eea3ce
Octal16227011310401163527416
Binary1110100101110001001011100010001001110111010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,56); }

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

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

 a { background-color: rgb(14,18,56); }

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

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

 span { border-color: rgb(14,18,56); }

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