#191B40

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

Shades of Midnight Express #191B40

Tints of Midnight Express #191B40

Color information

#191B40 (or 0x191B40) is unknown color: approx Midnight Express. HEX triplet: 19, 1B and 40. RGB value is (25,27,64). Sum of RGB (Red+Green+Blue) = 25+27+64=116 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.55% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #191B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191B40 is #E6E4BF. Grayscale: #1E1E1E. Windows color (decimal): -15131840 or 4201241. OLE color: 4201241.

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

Color convert

RGB252764-
CMYK0.610.5800.75
HSL236.92º43.82%17.45%-
HSV(B)236.92º60.94%25.1%-
XYZ1.721.365.02-
YUV30.62146.84123.99-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.55%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=21.55%
G=23.28%
B=55.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2527640.610.5800.75236.9243.8217.45
Hex191B403D3A04Bed2c11
Octal3133100757201133555421
Binary11001110111000000111101111010010010111110110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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