#19264C

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

Shades of Midnight Express #19264C

Tints of Midnight Express #19264C

Color information

#19264C (or 0x19264C) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 4C. RGB value is (25,38,76). Sum of RGB (Red+Green+Blue) = 25+38+76=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #19264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19264C is #E6D9B3. Grayscale: #262626. Windows color (decimal): -15129012 or 4990489. OLE color: 4990489.

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

Color convert

RGB253876-
CMYK0.670.500.70
HSL224.71º50.5%19.8%-
HSV(B)224.71º67.11%29.8%-
XYZ2.42.117.12-
YUV38.44149.19118.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 38 (15.23% from 255) = 27.34%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=17.99%
G=27.34%
B=54.68%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2538760.670.500.70224.7150.519.8
Hex19264C4332046e13214
Octal31461141036201063416224
Binary1100110011010011001000011110010010001101110000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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