#192342

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

Shades of Midnight Express #192342

Tints of Midnight Express #192342

Color information

#192342 (or 0x192342) is unknown color: approx Midnight Express. HEX triplet: 19, 23 and 42. RGB value is (25,35,66). Sum of RGB (Red+Green+Blue) = 25+35+66=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 66 (26.17% from 255 or 52.38% from 126); Max value from RGB is 66 - color contains mainly: blue. Hex color #192342 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192342 is #E6DCBD. Grayscale: #232323. Windows color (decimal): -15129790 or 4334361. OLE color: 4334361.

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

Color convert

RGB253566-
CMYK0.620.4700.74
HSL225.37º45.05%17.84%-
HSV(B)225.37º62.12%25.88%-
XYZ1.991.85.4-
YUV35.54145.19120.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.84%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 66 (26.17% from 255) = 52.38%
R=19.84%
G=27.78%
B=52.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2535660.620.4700.74225.3745.0517.84
Hex1923423E2F04Ae12d12
Octal3143102765701123415522
Binary110011000111000010111110101111010010101110000110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192342; }

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

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

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

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

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

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

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

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