#010E2C

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

Shades of Midnight Express #010E2C

Tints of Midnight Express #010E2C

Color information

#010E2C (or 0x010E2C) is unknown color: approx Midnight Express. HEX triplet: 01, 0E and 2C. RGB value is (1,14,44). Sum of RGB (Red+Green+Blue) = 1+14+44=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 14 (5.86% from 255 or 23.73% from 59); Blue value is 44 (17.58% from 255 or 74.58% from 59); Max value from RGB is 44 - color contains mainly: blue. Hex color #010E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E2C is #FEF1D3. Grayscale: #0D0D0D. Windows color (decimal): -16708052 or 2887169. OLE color: 2887169.

HSL color Cylindrical-coordinate representation of color #010E2C: hue angle of 221.86º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010E2C is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB11444-
CMYK0.980.6800.83
HSL221.86º95.56%8.82%-
HSV(B)221.86º97.73%17.25%-
XYZ0.620.52.45-
YUV13.53145.19119.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 14 (5.86% from 255) = 23.73%
BLUE value IS 44 (17.58% from 255) = 74.58%
R=1.69%
G=23.73%
B=74.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal114440.980.6800.83221.8695.568.82
Hex1E2C6244053de609
Octal11654142104012333614011
Binary1111010110011000101000100010100111101111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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