#191F49

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

Shades of Midnight Express #191F49

Tints of Midnight Express #191F49

Color information

#191F49 (or 0x191F49) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 49. RGB value is (25,31,73). Sum of RGB (Red+Green+Blue) = 25+31+73=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 73 (28.91% from 255 or 56.59% from 129); Max value from RGB is 73 - color contains mainly: blue. Hex color #191F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F49 is #E6E0B6. Grayscale: #212121. Windows color (decimal): -15130807 or 4792089. OLE color: 4792089.

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

Color convert

RGB253173-
CMYK0.660.5800.71
HSL232.5º48.98%19.22%-
HSV(B)232.5º65.75%28.63%-
XYZ2.091.676.51-
YUV33.99150.01121.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 73 (28.91% from 255) = 56.59%
R=19.38%
G=24.03%
B=56.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2531730.660.5800.71232.548.9819.22
Hex191F49423A047e83113
Octal31371111027201073506123
Binary110011111110010011000010111010010001111110100011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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