#19193C

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

Shades of Midnight Express #19193C

Tints of Midnight Express #19193C

Color information

#19193C (or 0x19193C) is unknown color: approx Midnight Express. HEX triplet: 19, 19 and 3C. RGB value is (25,25,60). Sum of RGB (Red+Green+Blue) = 25+25+60=110 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.73% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 60 (23.83% from 255 or 54.55% from 110); Max value from RGB is 60 - color contains mainly: blue. Hex color #19193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19193C is #E6E6C3. Grayscale: #1C1C1C. Windows color (decimal): -15132356 or 3938585. OLE color: 3938585.

HSL color Cylindrical-coordinate representation of color #19193C: hue angle of 240º 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 #19193C is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB252560-
CMYK0.580.5800.76
HSL240º41.18%16.67%-
HSV(B)240º58.33%23.53%-
XYZ1.561.234.43-
YUV28.99145.5125.15-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.73%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 60 (23.83% from 255) = 54.55%
R=22.73%
G=22.73%
B=54.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2525600.580.5800.7624041.1816.67
Hex19193C3A3A04Cf02911
Octal313174727201143605121
Binary1100111001111100111010111010010011001111000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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