#0E1038

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

Shades of Midnight Express #0E1038

Tints of Midnight Express #0E1038

Color information

#0E1038 (or 0x0E1038) is unknown color: approx Midnight Express. HEX triplet: 0E, 10 and 38. RGB value is (14,16,56). Sum of RGB (Red+Green+Blue) = 14+16+56=86 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.28% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E1038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E1038 is #F1EFC7. Grayscale: #131313. Windows color (decimal): -15855560 or 3674126. OLE color: 3674126.

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

Color convert

RGB141656-
CMYK0.750.7100.78
HSL237.14º60%13.73%-
HSV(B)237.14º75%21.96%-
XYZ1.080.753.83-
YUV19.96148.34123.75-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 16.28%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 56 (22.27% from 255) = 65.12%
R=16.28%
G=18.60%
B=65.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1416560.750.7100.78237.146013.73
HexE10384B4704Eed3ce
Octal16207011310701163557416
Binary1110100001110001001011100011101001110111011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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