#19214C

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

Shades of Midnight Express #19214C

Tints of Midnight Express #19214C

Color information

#19214C (or 0x19214C) is unknown color: approx Midnight Express. HEX triplet: 19, 21 and 4C. RGB value is (25,33,76). Sum of RGB (Red+Green+Blue) = 25+33+76=134 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.66% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 76 (30.08% from 255 or 56.72% from 134); Max value from RGB is 76 - color contains mainly: blue. Hex color #19214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19214C is #E6DEB3. Grayscale: #232323. Windows color (decimal): -15130292 or 4989209. OLE color: 4989209.

HSL color Cylindrical-coordinate representation of color #19214C: hue angle of 230.59º 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 #19214C is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB253376-
CMYK0.670.5700.70
HSL230.59º50.5%19.8%-
HSV(B)230.59º67.11%29.8%-
XYZ2.251.827.07-
YUV35.51150.85120.5-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.66%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 76 (30.08% from 255) = 56.72%
R=18.66%
G=24.63%
B=56.72%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2533760.670.5700.70230.5950.519.8
Hex19214C4339046e73214
Octal31411141037101063476224
Binary1100110000110011001000011111001010001101110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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