#191F48

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

Shades of Midnight Express #191F48

Tints of Midnight Express #191F48

Color information

#191F48 (or 0x191F48) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 48. RGB value is (25,31,72). Sum of RGB (Red+Green+Blue) = 25+31+72=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 31 (12.5% from 255 or 24.22% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #191F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F48 is #E6E0B7. Grayscale: #212121. Windows color (decimal): -15130808 or 4726553. OLE color: 4726553.

HSL color Cylindrical-coordinate representation of color #191F48: hue angle of 232.34º 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 #191F48 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB253172-
CMYK0.650.5700.72
HSL232.34º48.45%19.02%-
HSV(B)232.34º65.28%28.24%-
XYZ2.061.656.34-
YUV33.88149.51121.67-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 31 (12.5% from 255) = 24.22%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=19.53%
G=24.22%
B=56.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2531720.650.5700.72232.3448.4519.02
Hex191F484139048e83013
Octal31371101017101103506023
Binary110011111110010001000001111001010010001110100011000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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