#19253C

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

Shades of Midnight Express #19253C

Tints of Midnight Express #19253C

Color information

#19253C (or 0x19253C) is unknown color: approx Midnight Express. HEX triplet: 19, 25 and 3C. RGB value is (25,37,60). Sum of RGB (Red+Green+Blue) = 25+37+60=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #19253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19253C is #E6DAC3. Grayscale: #232323. Windows color (decimal): -15129284 or 3941657. OLE color: 3941657.

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

Color convert

RGB253760-
CMYK0.580.3800.76
HSL219.43º41.18%16.67%-
HSV(B)219.43º58.33%23.53%-
XYZ1.881.864.53-
YUV36.03141.52120.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 20.49%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 60 (23.83% from 255) = 49.18%
R=20.49%
G=30.33%
B=49.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2537600.580.3800.76219.4341.1816.67
Hex19253C3A2604Cdb2911
Octal314574724601143335121
Binary11001100101111100111010100110010011001101101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19253C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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