#192442

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

Shades of Midnight Express #192442

Tints of Midnight Express #192442

Color information

#192442 (or 0x192442) is unknown color: approx Midnight Express. HEX triplet: 19, 24 and 42. RGB value is (25,36,66). Sum of RGB (Red+Green+Blue) = 25+36+66=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #192442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192442 is #E6DBBD. Grayscale: #242424. Windows color (decimal): -15129534 or 4334617. OLE color: 4334617.

HSL color Cylindrical-coordinate representation of color #192442: hue angle of 223.9º 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 #192442 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB253666-
CMYK0.620.4500.74
HSL223.9º45.05%17.84%-
HSV(B)223.9º62.12%25.88%-
XYZ2.021.865.41-
YUV36.13144.86120.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.69%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 66 (26.17% from 255) = 51.97%
R=19.69%
G=28.35%
B=51.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2536660.620.4500.74223.945.0517.84
Hex1924423E2D04Ae02d12
Octal3144102765501123405522
Binary110011001001000010111110101101010010101110000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192442; }

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

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

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

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

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

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

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

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