#172E50

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

Shades of Midnight #172E50

Tints of Midnight #172E50

Color information

#172E50 (or 0x172E50) is unknown color: approx Midnight. HEX triplet: 17, 2E and 50. RGB value is (23,46,80). Sum of RGB (Red+Green+Blue) = 23+46+80=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #172E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172E50 is #E8D1AF. Grayscale: #2A2A2A. Windows color (decimal): -15258032 or 5254679. OLE color: 5254679.

HSL color Cylindrical-coordinate representation of color #172E50: hue angle of 215.79º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #172E50 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB234680-
CMYK0.710.4200.69
HSL215.79º55.34%20.2%-
HSV(B)215.79º71.25%31.37%-
XYZ2.782.727.97-
YUV43148.88113.74-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 46 (18.36% from 255) = 30.87%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=15.44%
G=30.87%
B=53.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2346800.710.4200.69215.7955.3420.2
Hex172E50472A045d83714
Octal27561201075201053306724
Binary1011110111010100001000111101010010001011101100011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,46,80); }

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

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

 a { background-color: rgb(23,46,80); }

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

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

 span { border-color: rgb(23,46,80); }

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