#19253E

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

Shades of Midnight Express #19253E

Tints of Midnight Express #19253E

Color information

#19253E (or 0x19253E) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 3E. RGB value is (25,37,62). Sum of RGB (Red+Green+Blue) = 25+37+62=124 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.16% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #19253E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253E is #E6DAC1. Grayscale: #242424. Windows color (decimal): -15129282 or 4072729. OLE color: 4072729.

HSL color Cylindrical-coordinate representation of color #19253E: hue angle of 220.54º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #19253E is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB253762-
CMYK0.600.4000.76
HSL220.54º42.53%17.06%-
HSV(B)220.54º59.68%24.31%-
XYZ1.931.884.82-
YUV36.26142.52119.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.16%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 62 (24.61% from 255) = 50%
R=20.16%
G=29.84%
B=50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2537620.600.4000.76220.5442.5317.06
Hex19253E3C2804Cdd2b11
Octal314576745001143355321
Binary11001100101111110111100101000010011001101110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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