#192640

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

Shades of Midnight Express #192640

Tints of Midnight Express #192640

Color information

#192640 (or 0x192640) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 40. RGB value is (25,38,64). Sum of RGB (Red+Green+Blue) = 25+38+64=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #192640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192640 is #E6D9BF. Grayscale: #242424. Windows color (decimal): -15129024 or 4204057. OLE color: 4204057.

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

Color convert

RGB253864-
CMYK0.610.4100.75
HSL220º43.82%17.45%-
HSV(B)220º60.94%25.1%-
XYZ2.021.965.12-
YUV37.08143.19119.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=19.69%
G=29.92%
B=50.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2538640.610.4100.7522043.8217.45
Hex1926403D2904Bdc2c11
Octal3146100755101133345421
Binary110011001101000000111101101001010010111101110010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192640; }

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

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

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

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

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

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

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

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