#192246

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

Shades of Midnight Express #192246

Tints of Midnight Express #192246

Color information

#192246 (or 0x192246) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 46. RGB value is (25,34,70). Sum of RGB (Red+Green+Blue) = 25+34+70=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #192246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192246 is #E6DDB9. Grayscale: #232323. Windows color (decimal): -15130042 or 4596249. OLE color: 4596249.

HSL color Cylindrical-coordinate representation of color #192246: hue angle of 228º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #192246 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB253470-
CMYK0.640.5100.73
HSL228º47.37%18.63%-
HSV(B)228º64.29%27.45%-
XYZ2.081.796.03-
YUV35.41147.52120.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 19.38%
GREEN value IS 34 (13.67% from 255) = 26.36%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=19.38%
G=26.36%
B=54.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2534700.640.5100.7322847.3718.63
Hex1922464033049e42f13
Octal31421061006301113445723
Binary1100110001010001101000000110011010010011110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192246; }

 p { color: rgb(25,34,70); }

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

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

 a { background-color: rgb(25,34,70); }

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

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

 span { border-color: rgb(25,34,70); }

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