#011340

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

Shades of Midnight Express #011340

Tints of Midnight Express #011340

Color information

#011340 (or 0x011340) is unknown color: approx Midnight Express. HEX triplet: 01, 13 and 40. RGB value is (1,19,64). Sum of RGB (Red+Green+Blue) = 1+19+64=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 64 (25.39% from 255 or 76.19% from 84); Max value from RGB is 64 - color contains mainly: blue. Hex color #011340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011340 is #FEECBF. Grayscale: #121212. Windows color (decimal): -16706752 or 4199169. OLE color: 4199169.

HSL color Cylindrical-coordinate representation of color #011340: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011340 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11964-
CMYK0.980.7000.75
HSL222.86º96.92%12.75%-
HSV(B)222.86º98.44%25.1%-
XYZ1.170.844.95-
YUV18.75153.54115.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 64 (25.39% from 255) = 76.19%
R=1.19%
G=22.62%
B=76.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal119640.980.7000.75222.8696.9212.75
Hex11340624604Bdf61d
Octal123100142106011333714115
Binary110011100000011000101000110010010111101111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011340; }

 p { color: rgb(1,19,64); }

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

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

 a { background-color: rgb(1,19,64); }

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

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

 span { border-color: rgb(1,19,64); }

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