#191940

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

Shades of Midnight Express #191940

Tints of Midnight Express #191940

Color information

#191940 (or 0x191940) is unknown color: approx Midnight Express. HEX triplet: 19, 19 and 40. RGB value is (25,25,64). Sum of RGB (Red+Green+Blue) = 25+25+64=114 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.93% from 114); Green value is 25 (10.16% from 255 or 21.93% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #191940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191940 is #E6E6BF. Grayscale: #1D1D1D. Windows color (decimal): -15132352 or 4200729. OLE color: 4200729.

HSL color Cylindrical-coordinate representation of color #191940: hue angle of 240º 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 #191940 is Cyan = 0.61, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB252564-
CMYK0.610.6100.75
HSL240º43.82%17.45%-
HSV(B)240º60.94%25.1%-
XYZ1.671.275.01-
YUV29.45147.5124.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.93%
GREEN value IS 25 (10.16% from 255) = 21.93%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=21.93%
G=21.93%
B=56.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2525640.610.6100.7524043.8217.45
Hex1919403D3D04Bf02c11
Octal3131100757501133605421
Binary11001110011000000111101111101010010111111000010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191940; }

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

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

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

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

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

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

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

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