#151F49

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

Shades of Midnight Express #151F49

Tints of Midnight Express #151F49

Color information

#151F49 (or 0x151F49) is unknown color: approx Midnight Express. HEX triplet: 15, 1F and 49. RGB value is (21,31,73). Sum of RGB (Red+Green+Blue) = 21+31+73=125 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.8% from 125); Green value is 31 (12.5% from 255 or 24.8% from 125); Blue value is 73 (28.91% from 255 or 58.4% from 125); Max value from RGB is 73 - color contains mainly: blue. Hex color #151F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F49 is #EAE0B6. Grayscale: #202020. Windows color (decimal): -15392951 or 4792085. OLE color: 4792085.

HSL color Cylindrical-coordinate representation of color #151F49: hue angle of 228.46º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #151F49 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB213173-
CMYK0.710.5800.71
HSL228.46º55.32%18.43%-
HSV(B)228.46º71.23%28.63%-
XYZ21.626.51-
YUV32.8150.69119.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.8%
GREEN value IS 31 (12.5% from 255) = 24.8%
BLUE value IS 73 (28.91% from 255) = 58.4%
R=16.8%
G=24.8%
B=58.4%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2131730.710.5800.71228.4655.3218.43
Hex151F49473A047e43712
Octal25371111077201073446722
Binary101011111110010011000111111010010001111110010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,31,73); }

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

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

 a { background-color: rgb(21,31,73); }

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

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

 span { border-color: rgb(21,31,73); }

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