#151D40

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

Shades of Midnight Express #151D40

Tints of Midnight Express #151D40

Color information

#151D40 (or 0x151D40) is unknown color: approx Midnight Express. HEX triplet: 15, 1D and 40. RGB value is (21,29,64). Sum of RGB (Red+Green+Blue) = 21+29+64=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #151D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D40 is #EAE2BF. Grayscale: #1E1E1E. Windows color (decimal): -15393472 or 4201749. OLE color: 4201749.

HSL color Cylindrical-coordinate representation of color #151D40: hue angle of 228.84º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #151D40 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB212964-
CMYK0.670.5500.75
HSL228.84º50.59%16.67%-
HSV(B)228.84º67.19%25.1%-
XYZ1.671.415.03-
YUV30.6146.85121.15-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=18.42%
G=25.44%
B=56.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2129640.670.5500.75228.8450.5916.67
Hex151D40433704Be53311
Octal25351001036701133456321
Binary101011110110000001000011110111010010111110010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151D40; }

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

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

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

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

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

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

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

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