#172A48

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

Shades of Midnight #172A48

Tints of Midnight #172A48

Color information

#172A48 (or 0x172A48) is unknown color: approx Midnight. HEX triplet: 17, 2A and 48. RGB value is (23,42,72). Sum of RGB (Red+Green+Blue) = 23+42+72=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #172A48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A48 is #E8D5B7. Grayscale: #272727. Windows color (decimal): -15259064 or 4729367. OLE color: 4729367.

HSL color Cylindrical-coordinate representation of color #172A48: hue angle of 216.73º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #172A48 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB234272-
CMYK0.680.4200.72
HSL216.73º51.58%18.63%-
HSV(B)216.73º68.06%28.24%-
XYZ2.352.316.45-
YUV39.74146.21116.06-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 42 (16.80% from 255) = 30.66%
BLUE value IS 72 (28.52% from 255) = 52.55%
R=16.79%
G=30.66%
B=52.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2342720.680.4200.72216.7351.5818.63
Hex172A48442A048d93413
Octal27521101045201103316423
Binary1011110101010010001000100101010010010001101100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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