#191E41

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

Shades of Midnight Express #191E41

Tints of Midnight Express #191E41

Color information

#191E41 (or 0x191E41) is unknown color: approx Midnight Express. HEX triplet: 19, 1E and 41. RGB value is (25,30,65). Sum of RGB (Red+Green+Blue) = 25+30+65=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #191E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E41 is #E6E1BE. Grayscale: #202020. Windows color (decimal): -15131071 or 4267545. OLE color: 4267545.

HSL color Cylindrical-coordinate representation of color #191E41: hue angle of 232.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #191E41 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB253065-
CMYK0.620.5400.75
HSL232.5º44.44%17.65%-
HSV(B)232.5º61.54%25.49%-
XYZ1.821.525.2-
YUV32.5146.34122.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=20.83%
G=25%
B=54.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2530650.620.5400.75232.544.4417.65
Hex191E413E3604Be82c12
Octal3136101766601133505422
Binary11001111101000001111110110110010010111110100010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,65); }

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

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

 a { background-color: rgb(25,30,65); }

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

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

 span { border-color: rgb(25,30,65); }

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