#191F47

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

Shades of Midnight Express #191F47

Tints of Midnight Express #191F47

Color information

#191F47 (or 0x191F47) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 47. RGB value is (25,31,71). Sum of RGB (Red+Green+Blue) = 25+31+71=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #191F47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F47 is #E6E0B8. Grayscale: #212121. Windows color (decimal): -15130809 or 4661017. OLE color: 4661017.

HSL color Cylindrical-coordinate representation of color #191F47: hue angle of 232.17º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #191F47 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB253171-
CMYK0.650.5600.72
HSL232.17º47.92%18.82%-
HSV(B)232.17º64.79%27.84%-
XYZ2.031.646.17-
YUV33.77149.01121.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 71 (28.12% from 255) = 55.91%
R=19.69%
G=24.41%
B=55.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2531710.650.5600.72232.1747.9218.82
Hex191F474138048e83013
Octal31371071017001103506023
Binary110011111110001111000001111000010010001110100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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