#19253D

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

Shades of Midnight Express #19253D

Tints of Midnight Express #19253D

Color information

#19253D (or 0x19253D) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 3D. RGB value is (25,37,61). Sum of RGB (Red+Green+Blue) = 25+37+61=123 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.33% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #19253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253D is #E6DAC2. Grayscale: #242424. Windows color (decimal): -15129283 or 4007193. OLE color: 4007193.

HSL color Cylindrical-coordinate representation of color #19253D: hue angle of 220º 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 #19253D is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253761-
CMYK0.590.3900.76
HSL220º41.86%16.86%-
HSV(B)220º59.02%23.92%-
XYZ1.91.874.67-
YUV36.15142.02120.05-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.33%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=20.33%
G=30.08%
B=49.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2537610.590.3900.7622041.8616.86
Hex19253D3B2704Cdc2a11
Octal314575734701143345221
Binary11001100101111101111011100111010011001101110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19253D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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