#192740

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

Shades of Midnight Express #192740

Tints of Midnight Express #192740

Color information

#192740 (or 0x192740) is unknown color: approx Midnight Express. HEX triplet: 19, 27 and 40. RGB value is (25,39,64). Sum of RGB (Red+Green+Blue) = 25+39+64=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 39 (15.62% from 255 or 30.47% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #192740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192740 is #E6D8BF. Grayscale: #252525. Windows color (decimal): -15128768 or 4204313. OLE color: 4204313.

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

Color convert

RGB253964-
CMYK0.610.3900.75
HSL218.46º43.82%17.45%-
HSV(B)218.46º60.94%25.1%-
XYZ2.052.035.13-
YUV37.66142.86118.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 39 (15.62% from 255) = 30.47%
BLUE value IS 64 (25.39% from 255) = 50%
R=19.53%
G=30.47%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2539640.610.3900.75218.4643.8217.45
Hex1927403D2704Bda2c11
Octal3147100754701133325421
Binary110011001111000000111101100111010010111101101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192740; }

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

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

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

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

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

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

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

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