#000E45

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

Shades of Midnight Express #000E45

Tints of Midnight Express #000E45

Color information

#000E45 (or 0x000E45) is unknown color: approx Midnight Express. HEX triplet: 00, 0E and 45. RGB value is (0,14,69). Sum of RGB (Red+Green+Blue) = 0+14+69=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 69 (27.34% from 255 or 83.13% from 83); Max value from RGB is 69 - color contains mainly: blue. Hex color #000E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E45 is #FFF1BA. Grayscale: #0F0F0F. Windows color (decimal): -16773563 or 4525568. OLE color: 4525568.

HSL color Cylindrical-coordinate representation of color #000E45: hue angle of 227.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E45 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB01469-
CMYK10.8000.73
HSL227.83º100%13.53%-
HSV(B)227.83º100%27.06%-
XYZ1.230.745.71-
YUV16.08157.86116.53-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 69 (27.34% from 255) = 83.13%
R=0%
G=16.87%
B=83.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0146910.8000.73227.8310013.53
Hex0E456450049e464e
Octal016105144120011134414416
Binary01110100010111001001010000010010011110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000E45; }

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

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

<style>
 a { background-color: #000E45; }

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

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

<style>
 span { border-color: #000E45; }

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

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