#172074

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

Shades of Midnight Blue #172074

Tints of Midnight Blue #172074

Color information

#172074 (or 0x172074) is unknown color: approx Midnight Blue. HEX triplet: 17, 20 and 74. RGB value is (23,32,116). Sum of RGB (Red+Green+Blue) = 23+32+116=171 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.45% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #172074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172074 is #E8DF8B. Grayscale: #262626. Windows color (decimal): -15261580 or 7610391. OLE color: 7610391.

HSL color Cylindrical-coordinate representation of color #172074: hue angle of 234.19º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172074 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2332116-
CMYK0.800.7200.55
HSL234.19º66.91%27.25%-
HSV(B)234.19º80.17%45.49%-
XYZ4.022.4816.79-
YUV38.88171.52116.67-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.45%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 116 (45.70% from 255) = 67.84%
R=13.45%
G=18.71%
B=67.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23321160.800.7200.55234.1966.9127.25
Hex1720745048037ea431b
Octal274016412011006735210333
Binary10111100000111010010100001001000011011111101010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172074; }

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

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

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

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

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

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

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

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