#192642

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

Shades of Midnight Express #192642

Tints of Midnight Express #192642

Color information

#192642 (or 0x192642) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 42. RGB value is (25,38,66). Sum of RGB (Red+Green+Blue) = 25+38+66=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #192642 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192642 is #E6D9BD. Grayscale: #252525. Windows color (decimal): -15129022 or 4335129. OLE color: 4335129.

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

Color convert

RGB253866-
CMYK0.620.4200.74
HSL220.98º45.05%17.84%-
HSV(B)220.98º62.12%25.88%-
XYZ2.081.995.43-
YUV37.3144.19119.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 66 (26.17% from 255) = 51.16%
R=19.38%
G=29.46%
B=51.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2538660.620.4200.74220.9845.0517.84
Hex1926423E2A04Add2d12
Octal3146102765201123355522
Binary110011001101000010111110101010010010101101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192642; }

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

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

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

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

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

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

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

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