#19263D

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

Shades of Midnight Express #19263D

Tints of Midnight Express #19263D

Color information

#19263D (or 0x19263D) is unknown color: approx Midnight Express. HEX triplet: 19, 26 and 3D. RGB value is (25,38,61). Sum of RGB (Red+Green+Blue) = 25+38+61=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #19263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19263D is #E6D9C2. Grayscale: #242424. Windows color (decimal): -15129027 or 4007449. OLE color: 4007449.

HSL color Cylindrical-coordinate representation of color #19263D: hue angle of 218.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #19263D is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253861-
CMYK0.590.3800.76
HSL218.33º41.86%16.86%-
HSV(B)218.33º59.02%23.92%-
XYZ1.941.934.69-
YUV36.74141.69119.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=20.16%
G=30.65%
B=49.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2538610.590.3800.76218.3341.8616.86
Hex19263D3B2604Cda2a11
Octal314675734601143325221
Binary11001100110111101111011100110010011001101101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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