#0E1F45

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

Shades of Midnight Express #0E1F45

Tints of Midnight Express #0E1F45

Color information

#0E1F45 (or 0x0E1F45) is unknown color: approx Midnight Express. HEX triplet: 0E, 1F and 45. RGB value is (14,31,69). Sum of RGB (Red+Green+Blue) = 14+31+69=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 31 (12.5% from 255 or 27.19% from 114); Blue value is 69 (27.34% from 255 or 60.53% from 114); Max value from RGB is 69 - color contains mainly: blue. Hex color #0E1F45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1F45 is #F1E0BA. Grayscale: #1E1E1E. Windows color (decimal): -15851707 or 4529934. OLE color: 4529934.

HSL color Cylindrical-coordinate representation of color #0E1F45: hue angle of 221.45º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E1F45 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB143169-
CMYK0.800.5500.73
HSL221.45º66.27%16.27%-
HSV(B)221.45º79.71%27.06%-
XYZ1.751.55.83-
YUV30.25149.87116.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.28%
GREEN value IS 31 (12.5% from 255) = 27.19%
BLUE value IS 69 (27.34% from 255) = 60.53%
R=12.28%
G=27.19%
B=60.53%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1431690.800.5500.73221.4566.2716.27
HexE1F455037049dd4210
Octal163710512067011133510220
Binary111011111100010110100001101110100100111011101100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,31,69); }

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

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

 a { background-color: rgb(14,31,69); }

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

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

 span { border-color: rgb(14,31,69); }

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