#192140

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

Shades of Midnight Express #192140

Tints of Midnight Express #192140

Color information

#192140 (or 0x192140) is unknown color: approx Midnight Express. HEX triplet: 19, 21 and 40. RGB value is (25,33,64). Sum of RGB (Red+Green+Blue) = 25+33+64=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #192140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192140 is #E6DEBF. Grayscale: #222222. Windows color (decimal): -15130304 or 4202777. OLE color: 4202777.

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

Color convert

RGB253364-
CMYK0.610.4800.75
HSL227.69º43.82%17.45%-
HSV(B)227.69º60.94%25.1%-
XYZ1.871.665.07-
YUV34.14144.85121.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=20.49%
G=27.05%
B=52.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2533640.610.4800.75227.6943.8217.45
Hex1921403D3004Be42c11
Octal3141100756001133445421
Binary110011000011000000111101110000010010111110010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192140; }

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

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

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

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

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

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

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

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