#0E0C43

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

Shades of Midnight Express #0E0C43

Tints of Midnight Express #0E0C43

Color information

#0E0C43 (or 0x0E0C43) is unknown color: approx Midnight Express. HEX triplet: 0E, 0C and 43. RGB value is (14,12,67). Sum of RGB (Red+Green+Blue) = 14+12+67=93 (12% of max value = 765). Red value is 14 (5.86% from 255 or 15.05% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 67 (26.56% from 255 or 72.04% from 93); Max value from RGB is 67 - color contains mainly: blue. Hex color #0E0C43 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0C43 is #F1F3BC. Grayscale: #121212. Windows color (decimal): -15856573 or 4393998. OLE color: 4393998.

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

Color convert

RGB141267-
CMYK0.790.8200.74
HSL242.18º69.62%15.49%-
HSV(B)242.18º82.09%26.27%-
XYZ1.330.765.39-
YUV18.87155.16124.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.05%
GREEN value IS 12 (5.08% from 255) = 12.90%
BLUE value IS 67 (26.56% from 255) = 72.04%
R=15.05%
G=12.90%
B=72.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1412670.790.8200.74242.1869.6215.49
HexEC434F5204Af246f
Octal1614103117122011236210617
Binary11101100100001110011111010010010010101111001010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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