#001240

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

Shades of Midnight Express #001240

Tints of Midnight Express #001240

Color information

#001240 (or 0x001240) is unknown color: approx Midnight Express. HEX triplet: 00, 12 and 40. RGB value is (0,18,64). Sum of RGB (Red+Green+Blue) = 0+18+64=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 64 (25.39% from 255 or 78.05% from 82); Max value from RGB is 64 - color contains mainly: blue. Hex color #001240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001240 is #FFEDBF. Grayscale: #111111. Windows color (decimal): -16772544 or 4198912. OLE color: 4198912.

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

Color convert

RGB01864-
CMYK10.7200.75
HSL223.12º100%12.55%-
HSV(B)223.12º100%25.1%-
XYZ1.140.84.95-
YUV17.86154.04115.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 64 (25.39% from 255) = 78.05%
R=0%
G=21.95%
B=78.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0186410.7200.75223.1210012.55
Hex01240644804Bdf64d
Octal022100144110011333714415
Binary010010100000011001001001000010010111101111111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001240; }

 p { color: rgb(0,18,64); }

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

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

 a { background-color: rgb(0,18,64); }

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

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

 span { border-color: rgb(0,18,64); }

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