#152138

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

Shades of Midnight Express #152138

Tints of Midnight Express #152138

Color information

#152138 (or 0x152138) is unknown color: approx Midnight Express. HEX triplet: 15, 21 and 38. RGB value is (21,33,56). Sum of RGB (Red+Green+Blue) = 21+33+56=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 33 (13.28% from 255 or 30% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #152138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152138 is #EADEC7. Grayscale: #1F1F1F. Windows color (decimal): -15392456 or 3678485. OLE color: 3678485.

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

Color convert

RGB213356-
CMYK0.630.4100.78
HSL219.43º45.45%15.1%-
HSV(B)219.43º62.5%21.96%-
XYZ1.571.533.95-
YUV32.03141.52120.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 19.09%
GREEN value IS 33 (13.28% from 255) = 30%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=19.09%
G=30%
B=50.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2133560.630.4100.78219.4345.4515.1
Hex1521383F2904Edb2df
Octal254170775101163335517
Binary1010110000111100011111110100101001110110110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152138; }

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

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

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

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

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

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

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

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