#000E36

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

Shades of Midnight Express #000E36

Tints of Midnight Express #000E36

Color information

#000E36 (or 0x000E36) is unknown color: approx Midnight Express. HEX triplet: 00, 0E and 36. RGB value is (0,14,54). Sum of RGB (Red+Green+Blue) = 0+14+54=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 54 (21.48% from 255 or 79.41% from 68); Max value from RGB is 54 - color contains mainly: blue. Hex color #000E36 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E36 is #FFF1C9. Grayscale: #0E0E0E. Windows color (decimal): -16773578 or 3542528. OLE color: 3542528.

HSL color Cylindrical-coordinate representation of color #000E36: hue angle of 224.44º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E36 is Cyan = 1, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB01454-
CMYK10.7400.79
HSL224.44º100%10.59%-
HSV(B)224.44º100%21.18%-
XYZ0.820.583.56-
YUV14.37150.36117.75-

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) = 20.59%
BLUE value IS 54 (21.48% from 255) = 79.41%
R=0%
G=20.59%
B=79.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal0145410.7400.79224.4410010.59
Hex0E36644A04Fe064b
Octal01666144112011734014413
Binary0111011011011001001001010010011111110000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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