#172040

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

Shades of Midnight Express #172040

Tints of Midnight Express #172040

Color information

#172040 (or 0x172040) is unknown color: approx Midnight Express. HEX triplet: 17, 20 and 40. RGB value is (23,32,64). Sum of RGB (Red+Green+Blue) = 23+32+64=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #172040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172040 is #E8DFBF. Grayscale: #202020. Windows color (decimal): -15261632 or 4202519. OLE color: 4202519.

HSL color Cylindrical-coordinate representation of color #172040: hue angle of 226.83º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #172040 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB233264-
CMYK0.640.5000.75
HSL226.83º47.13%17.06%-
HSV(B)226.83º64.06%25.1%-
XYZ1.81.595.06-
YUV32.96145.52120.9-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.33%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=19.33%
G=26.89%
B=53.78%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2332640.640.5000.75226.8347.1317.06
Hex172040403204Be32f11
Octal27401001006201133435721
Binary1011110000010000001000000110010010010111110001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172040; }

 p { color: rgb(23,32,64); }

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

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

 a { background-color: rgb(23,32,64); }

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

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

 span { border-color: rgb(23,32,64); }

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