#19224C

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

Shades of Midnight Express #19224C

Tints of Midnight Express #19224C

Color information

#19224C (or 0x19224C) is unknown color: approx Midnight Express. HEX triplet: 19, 22 and 4C. RGB value is (25,34,76). Sum of RGB (Red+Green+Blue) = 25+34+76=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #19224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19224C is #E6DDB3. Grayscale: #232323. Windows color (decimal): -15130036 or 4989465. OLE color: 4989465.

HSL color Cylindrical-coordinate representation of color #19224C: hue angle of 229.41º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19224C is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB253476-
CMYK0.670.5500.70
HSL229.41º50.5%19.8%-
HSV(B)229.41º67.11%29.8%-
XYZ2.281.877.08-
YUV36.1150.52120.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.52%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 76 (30.08% from 255) = 56.30%
R=18.52%
G=25.19%
B=56.30%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2534760.670.5500.70229.4150.519.8
Hex19224C4337046e53214
Octal31421141036701063456224
Binary1100110001010011001000011110111010001101110010111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19224C; }

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

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

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

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

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

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

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

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