#01112E

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

Shades of Midnight Express #01112E

Tints of Midnight Express #01112E

Color information

#01112E (or 0x01112E) is unknown color: approx Midnight Express. HEX triplet: 01, 11 and 2E. RGB value is (1,17,46). Sum of RGB (Red+Green+Blue) = 1+17+46=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 46 (18.36% from 255 or 71.88% from 64); Max value from RGB is 46 - color contains mainly: blue. Hex color #01112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01112E is #FEEED1. Grayscale: #0F0F0F. Windows color (decimal): -16707282 or 3019009. OLE color: 3019009.

HSL color Cylindrical-coordinate representation of color #01112E: hue angle of 218.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01112E is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB11746-
CMYK0.980.6300.82
HSL218.67º95.74%9.22%-
HSV(B)218.67º97.83%18.04%-
XYZ0.710.62.66-
YUV15.52145.2117.64-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 46 (18.36% from 255) = 71.88%
R=1.56%
G=26.56%
B=71.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal117460.980.6300.82218.6795.749.22
Hex1112E623F052db609
Octal1215614277012233314011
Binary1100011011101100010111111010100101101101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01112E; }

 p { color: rgb(1,17,46); }

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

<style>
 a { background-color: #01112E; }

 a { background-color: rgb(1,17,46); }

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

<style>
 span { border-color: #01112E; }

 span { border-color: rgb(1,17,46); }

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