#172042

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

Shades of Midnight Express #172042

Tints of Midnight Express #172042

Color information

#172042 (or 0x172042) is unknown color: approx Midnight Express. HEX triplet: 17, 20 and 42. RGB value is (23,32,66). Sum of RGB (Red+Green+Blue) = 23+32+66=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 32 (12.89% from 255 or 26.45% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #172042 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172042 is #E8DFBD. Grayscale: #212121. Windows color (decimal): -15261630 or 4333591. OLE color: 4333591.

HSL color Cylindrical-coordinate representation of color #172042: hue angle of 227.44º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #172042 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB233266-
CMYK0.650.5200.74
HSL227.44º48.31%17.45%-
HSV(B)227.44º65.15%25.88%-
XYZ1.851.615.37-
YUV33.18146.52120.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 19.01%
GREEN value IS 32 (12.89% from 255) = 26.45%
BLUE value IS 66 (26.17% from 255) = 54.55%
R=19.01%
G=26.45%
B=54.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2332660.650.5200.74227.4448.3117.45
Hex172042413404Ae33011
Octal27401021016401123436021
Binary1011110000010000101000001110100010010101110001111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172042; }

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

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

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

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

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

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

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

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