#19264D

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

Shades of Midnight Express #19264D

Tints of Midnight Express #19264D

Color information

#19264D (or 0x19264D) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 4D. RGB value is (25,38,77). Sum of RGB (Red+Green+Blue) = 25+38+77=140 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.86% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #19264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19264D is #E6D9B2. Grayscale: #262626. Windows color (decimal): -15129011 or 5056025. OLE color: 5056025.

HSL color Cylindrical-coordinate representation of color #19264D: hue angle of 225º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19264D is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB253877-
CMYK0.680.5100.70
HSL225º50.98%20%-
HSV(B)225º67.53%30.2%-
XYZ2.432.137.3-
YUV38.56149.69118.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.86%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 77 (30.47% from 255) = 55%
R=17.86%
G=27.14%
B=55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2538770.680.5100.7022550.9820
Hex19264D4433046e13314
Octal31461151046301063416324
Binary1100110011010011011000100110011010001101110000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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