#152139

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

Shades of Midnight Express #152139

Tints of Midnight Express #152139

Color information

#152139 (or 0x152139) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 39. RGB value is (21,33,57). Sum of RGB (Red+Green+Blue) = 21+33+57=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #152139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152139 is #EADEC6. Grayscale: #202020. Windows color (decimal): -15392455 or 3744021. OLE color: 3744021.

HSL color Cylindrical-coordinate representation of color #152139: hue angle of 220º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152139 is Cyan = 0.63, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB213357-
CMYK0.630.4200.78
HSL220º46.15%15.29%-
HSV(B)220º63.16%22.35%-
XYZ1.591.544.08-
YUV32.15142.02120.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=18.92%
G=29.73%
B=51.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2133570.630.4200.7822046.1515.29
Hex1521393F2A04Edc2ef
Octal254171775201163345617
Binary1010110000111100111111110101001001110110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152139; }

 p { color: rgb(21,33,57); }

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

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

 a { background-color: rgb(21,33,57); }

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

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

 span { border-color: rgb(21,33,57); }

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