#151D42

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

Shades of Midnight Express #151D42

Tints of Midnight Express #151D42

Color information

#151D42 (or 0x151D42) is unknown color: approx Midnight Express. HEX triplet: 15, 1D and 42. RGB value is (21,29,66). Sum of RGB (Red+Green+Blue) = 21+29+66=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #151D42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151D42 is #EAE2BD. Grayscale: #1E1E1E. Windows color (decimal): -15393470 or 4332821. OLE color: 4332821.

HSL color Cylindrical-coordinate representation of color #151D42: hue angle of 229.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #151D42 is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB212966-
CMYK0.680.5600.74
HSL229.33º51.72%17.06%-
HSV(B)229.33º68.18%25.88%-
XYZ1.731.435.34-
YUV30.83147.85120.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 66 (26.17% from 255) = 56.90%
R=18.10%
G=25%
B=56.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2129660.680.5600.74229.3351.7217.06
Hex151D42443804Ae53411
Octal25351021047001123456421
Binary101011110110000101000100111000010010101110010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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