#172A46

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

Shades of Midnight #172A46

Tints of Midnight #172A46

Color information

#172A46 (or 0x172A46) is unknown color: approx Midnight. HEX triplet: 17, 2A and 46. RGB value is (23,42,70). Sum of RGB (Red+Green+Blue) = 23+42+70=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 70 (27.73% from 255 or 51.85% from 135); Max value from RGB is 70 - color contains mainly: blue. Hex color #172A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A46 is #E8D5B9. Grayscale: #272727. Windows color (decimal): -15259066 or 4598295. OLE color: 4598295.

HSL color Cylindrical-coordinate representation of color #172A46: hue angle of 215.74º 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 #172A46 is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB234270-
CMYK0.670.4000.73
HSL215.74º50.54%18.24%-
HSV(B)215.74º67.14%27.45%-
XYZ2.292.286.11-
YUV39.51145.21116.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 17.04%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 70 (27.73% from 255) = 51.85%
R=17.04%
G=31.11%
B=51.85%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2342700.670.4000.73215.7450.5418.24
Hex172A464328049d83312
Octal27521061035001113306322
Binary1011110101010001101000011101000010010011101100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172A46; }

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

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

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

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

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

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

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

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