#191F40

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

Shades of Midnight Express #191F40

Tints of Midnight Express #191F40

Color information

#191F40 (or 0x191F40) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 40. RGB value is (25,31,64). Sum of RGB (Red+Green+Blue) = 25+31+64=120 (15% of max value = 765). Red value is 25 (10.16% from 255 or 20.83% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #191F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F40 is #E6E0BF. Grayscale: #202020. Windows color (decimal): -15130816 or 4202265. OLE color: 4202265.

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

Color convert

RGB253164-
CMYK0.610.5200.75
HSL230.77º43.82%17.45%-
HSV(B)230.77º60.94%25.1%-
XYZ1.821.565.06-
YUV32.97145.51122.32-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.83%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=20.83%
G=25.83%
B=53.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2531640.610.5200.75230.7743.8217.45
Hex191F403D3404Be72c11
Octal3137100756401133475421
Binary11001111111000000111101110100010010111110011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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