Html Css Color HEX #000E45 Midnight Express

📋 copy color: '#000E45'

red 0 ◦ green 14 ◦ blue 69

#000E45
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #000E45

Tints of Midnight Express #000E45

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 value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#000E45 (or 0x000E45) is known color: 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

RGB 0 14 69 -
CMYK 1 0.80 0 0.73
HSL 227.83º 1% 0.14% -
HSV(B) 227.83º 1% 0.27% -
XYZ 1.23 0.74 5.71 -
YUV 16.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 0 14 69 1 0.80 0 0.73 227.83 1 0.14
Hex 0 E 45 64 50 0 49 E4 64 E
Octal 0 16 105 144 120 0 111 344 144 16
Binary 0 1110 1000101 1100100 1010000 0 1001001 11100100 1100100 1110

Color Harmonies of #000E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000E45

Black with #000E45

Text Example


Text Example

White with #000E45

Text Example


Text Example

HTML Codes & Css Web 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>