#19204B

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

Shades of Midnight Express #19204B

Tints of Midnight Express #19204B

Color information

#19204B (or 0x19204B) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 4B. RGB value is (25,32,75). Sum of RGB (Red+Green+Blue) = 25+32+75=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 75 (29.69% from 255 or 56.82% from 132); Max value from RGB is 75 - color contains mainly: blue. Hex color #19204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19204B is #E6DFB4. Grayscale: #222222. Windows color (decimal): -15130549 or 4923417. OLE color: 4923417.

HSL color Cylindrical-coordinate representation of color #19204B: hue angle of 231.6º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19204B is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB253275-
CMYK0.670.5700.71
HSL231.6º50%19.61%-
HSV(B)231.6º66.67%29.41%-
XYZ2.191.756.88-
YUV34.81150.68121-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 75 (29.69% from 255) = 56.82%
R=18.94%
G=24.24%
B=56.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2532750.670.5700.71231.65019.61
Hex19204B4339047e83214
Octal31401131037101073506224
Binary1100110000010010111000011111001010001111110100011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19204B; }

 p { color: rgb(25,32,75); }

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

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

 a { background-color: rgb(25,32,75); }

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

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

 span { border-color: rgb(25,32,75); }

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