#001540

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

Shades of Midnight Express #001540

Tints of Midnight Express #001540

Color information

#001540 (or 0x001540) is unknown color: approx Midnight Express. HEX triplet: 00, 15 and 40. RGB value is (0,21,64). Sum of RGB (Red+Green+Blue) = 0+21+64=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 64 (25.39% from 255 or 75.29% from 85); Max value from RGB is 64 - color contains mainly: blue. Hex color #001540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001540 is #FFEABF. Grayscale: #131313. Windows color (decimal): -16771776 or 4199680. OLE color: 4199680.

HSL color Cylindrical-coordinate representation of color #001540: hue angle of 220.31º 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 #001540 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB02164-
CMYK10.6700.75
HSL220.31º100%12.55%-
HSV(B)220.31º100%25.1%-
XYZ1.190.914.96-
YUV19.62153.04114-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 64 (25.39% from 255) = 75.29%
R=0%
G=24.71%
B=75.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal0216410.6700.75220.3110012.55
Hex01540644304Bdc64d
Octal025100144103011333414415
Binary010101100000011001001000011010010111101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001540; }

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

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

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

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

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

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

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

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