#01113E

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

Shades of Midnight Express #01113E

Tints of Midnight Express #01113E

Color information

#01113E (or 0x01113E) is unknown color: approx Midnight Express. HEX triplet: 01, 11 and 3E. RGB value is (1,17,62). Sum of RGB (Red+Green+Blue) = 1+17+62=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #01113E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01113E is #FEEEC1. Grayscale: #111111. Windows color (decimal): -16707266 or 4067585. OLE color: 4067585.

HSL color Cylindrical-coordinate representation of color #01113E: hue angle of 224.26º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01113E is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB11762-
CMYK0.980.7300.76
HSL224.26º96.83%12.35%-
HSV(B)224.26º98.39%24.31%-
XYZ1.080.764.65-
YUV17.35153.2116.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 17 (7.03% from 255) = 21.25%
BLUE value IS 62 (24.61% from 255) = 77.5%
R=1.25%
G=21.25%
B=77.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal117620.980.7300.76224.2696.8312.35
Hex1113E624904Ce061c
Octal12176142111011434014114
Binary11000111111011000101001001010011001110000011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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