#151A32

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

Shades of Midnight Express #151A32

Tints of Midnight Express #151A32

Color information

#151A32 (or 0x151A32) is unknown color: approx Midnight Express. HEX triplet: 15, 1A and 32. RGB value is (21,26,50). Sum of RGB (Red+Green+Blue) = 21+26+50=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #151A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151A32 is #EAE5CD. Grayscale: #1B1B1B. Windows color (decimal): -15394254 or 3283477. OLE color: 3283477.

HSL color Cylindrical-coordinate representation of color #151A32: hue angle of 229.66º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #151A32 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB212650-
CMYK0.580.4800.80
HSL229.66º40.85%13.92%-
HSV(B)229.66º58%19.61%-
XYZ1.251.133.17-
YUV27.24140.84123.55-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=21.65%
G=26.80%
B=51.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2126500.580.4800.80229.6640.8513.92
Hex151A323A30050e629e
Octal253262726001203465116
Binary101011101011001011101011000001010000111001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,26,50); }

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

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

 a { background-color: rgb(21,26,50); }

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

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

 span { border-color: rgb(21,26,50); }

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