#192542

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

Shades of Midnight Express #192542

Tints of Midnight Express #192542

Color information

#192542 (or 0x192542) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 42. RGB value is (25,37,66). Sum of RGB (Red+Green+Blue) = 25+37+66=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #192542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192542 is #E6DABD. Grayscale: #242424. Windows color (decimal): -15129278 or 4334873. OLE color: 4334873.

HSL color Cylindrical-coordinate representation of color #192542: hue angle of 222.44º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #192542 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB253766-
CMYK0.620.4400.74
HSL222.44º45.05%17.84%-
HSV(B)222.44º62.12%25.88%-
XYZ2.051.925.42-
YUV36.72144.52119.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.53%
GREEN value IS 37 (14.84% from 255) = 28.91%
BLUE value IS 66 (26.17% from 255) = 51.56%
R=19.53%
G=28.91%
B=51.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2537660.620.4400.74222.4445.0517.84
Hex1925423E2C04Ade2d12
Octal3145102765401123365522
Binary110011001011000010111110101100010010101101111010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192542; }

 p { color: rgb(25,37,66); }

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

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

 a { background-color: rgb(25,37,66); }

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

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

 span { border-color: rgb(25,37,66); }

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