#010E31

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

Shades of Midnight Express #010E31

Tints of Midnight Express #010E31

Color information

#010E31 (or 0x010E31) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 31. RGB value is (1,14,49). Sum of RGB (Red+Green+Blue) = 1+14+49=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 14 (5.86% from 255 or 21.88% from 64); Blue value is 49 (19.53% from 255 or 76.56% from 64); Max value from RGB is 49 - color contains mainly: blue. Hex color #010E31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E31 is #FEF1CE. Grayscale: #0D0D0D. Windows color (decimal): -16708047 or 3214849. OLE color: 3214849.

HSL color Cylindrical-coordinate representation of color #010E31: hue angle of 223.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E31 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB11449-
CMYK0.980.7100.81
HSL223.75º96%9.8%-
HSV(B)223.75º97.96%19.22%-
XYZ0.720.542.97-
YUV14.1147.69118.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 14 (5.86% from 255) = 21.88%
BLUE value IS 49 (19.53% from 255) = 76.56%
R=1.56%
G=21.88%
B=76.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal114490.980.7100.81223.75969.8
Hex1E316247051e060a
Octal11661142107012134014012
Binary1111011000111000101000111010100011110000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E31; }

 p { color: rgb(1,14,49); }

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

<style>
 a { background-color: #010E31; }

 a { background-color: rgb(1,14,49); }

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

<style>
 span { border-color: #010E31; }

 span { border-color: rgb(1,14,49); }

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