#192440

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

Shades of Midnight Express #192440

Tints of Midnight Express #192440

Color information

#192440 (or 0x192440) is unknown color: approx Midnight Express. HEX triplet: 19, 24 and 40. RGB value is (25,36,64). Sum of RGB (Red+Green+Blue) = 25+36+64=125 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #192440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192440 is #E6DBBF. Grayscale: #232323. Windows color (decimal): -15129536 or 4203545. OLE color: 4203545.

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

Color convert

RGB253664-
CMYK0.610.4400.75
HSL223.08º43.82%17.45%-
HSV(B)223.08º60.94%25.1%-
XYZ1.961.845.1-
YUV35.9143.86120.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20%
GREEN value IS 36 (14.45% from 255) = 28.8%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=20%
G=28.8%
B=51.2%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2536640.610.4400.75223.0843.8217.45
Hex1924403D2C04Bdf2c11
Octal3144100755401133375421
Binary110011001001000000111101101100010010111101111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192440; }

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

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

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

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

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

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

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

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