#0E1338

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

Shades of Midnight Express #0E1338

Tints of Midnight Express #0E1338

Color information

#0E1338 (or 0x0E1338) is unknown color: approx Midnight Express. HEX triplet: 0E, 13 and 38. RGB value is (14,19,56). Sum of RGB (Red+Green+Blue) = 14+19+56=89 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.73% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1338 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1338 is #F1ECC7. Grayscale: #151515. Windows color (decimal): -15854792 or 3674894. OLE color: 3674894.

HSL color Cylindrical-coordinate representation of color #0E1338: hue angle of 232.86º 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 #0E1338 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB141956-
CMYK0.750.6600.78
HSL232.86º60%13.73%-
HSV(B)232.86º75%21.96%-
XYZ1.130.843.84-
YUV21.72147.34122.49-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.73%
GREEN value IS 19 (7.81% from 255) = 21.35%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=15.73%
G=21.35%
B=62.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1419560.750.6600.78232.866013.73
HexE13384B4204Ee93ce
Octal16237011310201163517416
Binary1110100111110001001011100001001001110111010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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