#191A40

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

Shades of Midnight Express #191A40

Tints of Midnight Express #191A40

Color information

#191A40 (or 0x191A40) is unknown color: approx Midnight Express. HEX triplet: 19, 1A and 40. RGB value is (25,26,64). Sum of RGB (Red+Green+Blue) = 25+26+64=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 26 (10.55% from 255 or 22.61% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #191A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A40 is #E6E5BF. Grayscale: #1D1D1D. Windows color (decimal): -15132096 or 4200985. OLE color: 4200985.

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

Color convert

RGB252664-
CMYK0.610.5900.75
HSL238.46º43.82%17.45%-
HSV(B)238.46º60.94%25.1%-
XYZ1.71.325.02-
YUV30.03147.17124.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 26 (10.55% from 255) = 22.61%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=21.74%
G=22.61%
B=55.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2526640.610.5900.75238.4643.8217.45
Hex191A403D3B04Bee2c11
Octal3132100757301133565421
Binary11001110101000000111101111011010010111110111010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,26,64); }

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

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

 a { background-color: rgb(25,26,64); }

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

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

 span { border-color: rgb(25,26,64); }

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