#192040

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

Shades of Midnight Express #192040

Tints of Midnight Express #192040

Color information

#192040 (or 0x192040) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 40. RGB value is (25,32,64). Sum of RGB (Red+Green+Blue) = 25+32+64=121 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.66% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #192040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192040 is #E6DFBF. Grayscale: #212121. Windows color (decimal): -15130560 or 4202521. OLE color: 4202521.

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

Color convert

RGB253264-
CMYK0.610.5000.75
HSL229.23º43.82%17.45%-
HSV(B)229.23º60.94%25.1%-
XYZ1.841.615.06-
YUV33.56145.18121.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.66%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=20.66%
G=26.45%
B=52.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2532640.610.5000.75229.2343.8217.45
Hex1920403D3204Be52c11
Octal3140100756201133455421
Binary110011000001000000111101110010010010111110010110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192040; }

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

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

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

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

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

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

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

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