#0E143E

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

Shades of Midnight Express #0E143E

Tints of Midnight Express #0E143E

Color information

#0E143E (or 0x0E143E) is unknown color: approx Midnight Express. HEX triplet: 0E, 14 and 3E. RGB value is (14,20,62). Sum of RGB (Red+Green+Blue) = 14+20+62=96 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.58% from 96); Green value is 20 (8.20% from 255 or 20.83% from 96); Blue value is 62 (24.61% from 255 or 64.58% from 96); Max value from RGB is 62 - color contains mainly: blue. Hex color #0E143E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E143E is #F1EBC1. Grayscale: #161616. Windows color (decimal): -15854530 or 4068366. OLE color: 4068366.

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

Color convert

RGB142062-
CMYK0.770.6800.76
HSL232.5º63.16%14.9%-
HSV(B)232.5º77.42%24.31%-
XYZ1.30.944.67-
YUV22.99150.01121.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 14.58%
GREEN value IS 20 (8.20% from 255) = 20.83%
BLUE value IS 62 (24.61% from 255) = 64.58%
R=14.58%
G=20.83%
B=64.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1420620.770.6800.76232.563.1614.9
HexE143E4D4404Ce83ff
Octal16247611510401143507717
Binary1110101001111101001101100010001001100111010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,62); }

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

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

 a { background-color: rgb(14,20,62); }

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

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

 span { border-color: rgb(14,20,62); }

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