#152540

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

Shades of Midnight Express #152540

Tints of Midnight Express #152540

Color information

#152540 (or 0x152540) is unknown color: approx Midnight Express. HEX triplet: 15, 25 and 40. RGB value is (21,37,64). Sum of RGB (Red+Green+Blue) = 21+37+64=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #152540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152540 is #EADABF. Grayscale: #232323. Windows color (decimal): -15391424 or 4203797. OLE color: 4203797.

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

Color convert

RGB213764-
CMYK0.670.4200.75
HSL217.67º50.59%16.67%-
HSV(B)217.67º67.19%25.1%-
XYZ1.91.855.11-
YUV35.29144.2117.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.21%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=17.21%
G=30.33%
B=52.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2137640.670.4200.75217.6750.5916.67
Hex152540432A04Bda3311
Octal25451001035201133326321
Binary1010110010110000001000011101010010010111101101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152540; }

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

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

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

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

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

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

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

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