#151D32

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

Shades of Midnight Express #151D32

Tints of Midnight Express #151D32

Color information

#151D32 (or 0x151D32) is unknown color: approx Midnight Express. HEX triplet: 15, 1D and 32. RGB value is (21,29,50). Sum of RGB (Red+Green+Blue) = 21+29+50=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 29 (11.72% from 255 or 29% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #151D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D32 is #EAE2CD. Grayscale: #1C1C1C. Windows color (decimal): -15393486 or 3284245. OLE color: 3284245.

HSL color Cylindrical-coordinate representation of color #151D32: hue angle of 223.45º 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 #151D32 is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB212950-
CMYK0.580.4200.80
HSL223.45º40.85%13.92%-
HSV(B)223.45º58%19.61%-
XYZ1.321.273.19-
YUV29139.85122.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 29 (11.72% from 255) = 29%
BLUE value IS 50 (19.92% from 255) = 50%
R=21%
G=29%
B=50%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2129500.580.4200.80223.4540.8513.92
Hex151D323A2A050df29e
Octal253562725201203375116
Binary101011110111001011101010101001010000110111111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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