#010E39

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

Shades of Midnight Express #010E39

Tints of Midnight Express #010E39

Color information

#010E39 (or 0x010E39) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 39. RGB value is (1,14,57). Sum of RGB (Red+Green+Blue) = 1+14+57=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 57 (22.66% from 255 or 79.17% from 72); Max value from RGB is 57 - color contains mainly: blue. Hex color #010E39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E39 is #FEF1C6. Grayscale: #0E0E0E. Windows color (decimal): -16708039 or 3739137. OLE color: 3739137.

HSL color Cylindrical-coordinate representation of color #010E39: hue angle of 226.07º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E39 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB11457-
CMYK0.980.7500.78
HSL226.07º96.55%11.37%-
HSV(B)226.07º98.25%22.35%-
XYZ0.910.623.94-
YUV15.02151.69118-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 14 (5.86% from 255) = 19.44%
BLUE value IS 57 (22.66% from 255) = 79.17%
R=1.39%
G=19.44%
B=79.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal114570.980.7500.78226.0796.5511.37
Hex1E39624B04Ee261b
Octal11671142113011634214113
Binary1111011100111000101001011010011101110001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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