#192241

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

Shades of Midnight Express #192241

Tints of Midnight Express #192241

Color information

#192241 (or 0x192241) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 41. RGB value is (25,34,65). Sum of RGB (Red+Green+Blue) = 25+34+65=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 65 (25.78% from 255 or 52.42% from 124); Max value from RGB is 65 - color contains mainly: blue. Hex color #192241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192241 is #E6DDBE. Grayscale: #222222. Windows color (decimal): -15130047 or 4268569. OLE color: 4268569.

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

Color convert

RGB253465-
CMYK0.620.4800.75
HSL226.5º44.44%17.65%-
HSV(B)226.5º61.54%25.49%-
XYZ1.931.735.23-
YUV34.84145.02120.98-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 65 (25.78% from 255) = 52.42%
R=20.16%
G=27.42%
B=52.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2534650.620.4800.75226.544.4417.65
Hex1922413E3004Be22c12
Octal3142101766001133425422
Binary110011000101000001111110110000010010111110001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192241; }

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

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

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

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

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

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

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

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