#01193D

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

Shades of Midnight Express #01193D

Tints of Midnight Express #01193D

Color information

#01193D (or 0x01193D) is unknown color: approx Midnight Express. HEX triplet: 01, 19 and 3D. RGB value is (1,25,61). Sum of RGB (Red+Green+Blue) = 1+25+61=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 25 (10.16% from 255 or 28.74% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #01193D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01193D is #FEE6C2. Grayscale: #151515. Windows color (decimal): -16705219 or 4004097. OLE color: 4004097.

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

Color convert

RGB12561-
CMYK0.980.5900.76
HSL216º96.77%12.16%-
HSV(B)216º98.36%23.92%-
XYZ1.21.044.55-
YUV21.93150.05113.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 25 (10.16% from 255) = 28.74%
BLUE value IS 61 (24.22% from 255) = 70.11%
R=1.15%
G=28.74%
B=70.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal125610.980.5900.7621696.7712.16
Hex1193D623B04Cd861c
Octal1317514273011433014114
Binary1110011111011100010111011010011001101100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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