#172046

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

Shades of Midnight Express #172046

Tints of Midnight Express #172046

Color information

#172046 (or 0x172046) is unknown color: approx Midnight Express. HEX triplet: 17, 20 and 46. RGB value is (23,32,70). Sum of RGB (Red+Green+Blue) = 23+32+70=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #172046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172046 is #E8DFB9. Grayscale: #212121. Windows color (decimal): -15261626 or 4595735. OLE color: 4595735.

HSL color Cylindrical-coordinate representation of color #172046: hue angle of 228.51º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #172046 is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB233270-
CMYK0.670.5400.73
HSL228.51º50.54%18.24%-
HSV(B)228.51º67.14%27.45%-
XYZ1.981.666.01-
YUV33.64148.52120.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 18.4%
GREEN value IS 32 (12.89% from 255) = 25.6%
BLUE value IS 70 (27.73% from 255) = 56%
R=18.4%
G=25.6%
B=56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2332700.670.5400.73228.5150.5418.24
Hex1720464336049e53312
Octal27401061036601113456322
Binary1011110000010001101000011110110010010011110010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172046; }

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

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

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

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

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

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

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

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