#01193E

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

Shades of Midnight Express #01193E

Tints of Midnight Express #01193E

Color information

#01193E (or 0x01193E) is unknown color: approx Midnight Express. HEX triplet: 01, 19 and 3E. RGB value is (1,25,62). Sum of RGB (Red+Green+Blue) = 1+25+62=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 25 (10.16% from 255 or 28.41% from 88); Blue value is 62 (24.61% from 255 or 70.45% from 88); Max value from RGB is 62 - color contains mainly: blue. Hex color #01193E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193E is #FEE6C1. Grayscale: #151515. Windows color (decimal): -16705218 or 4069633. OLE color: 4069633.

HSL color Cylindrical-coordinate representation of color #01193E: hue angle of 216.39º 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 #01193E is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB12562-
CMYK0.980.6000.76
HSL216.39º96.83%12.35%-
HSV(B)216.39º98.39%24.31%-
XYZ1.231.054.7-
YUV22.04150.55112.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 25 (10.16% from 255) = 28.41%
BLUE value IS 62 (24.61% from 255) = 70.45%
R=1.14%
G=28.41%
B=70.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal125620.980.6000.76216.3996.8312.35
Hex1193E623C04Cd861c
Octal1317614274011433014114
Binary1110011111101100010111100010011001101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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