#170572

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

Shades of Midnight Blue #170572

Tints of Midnight Blue #170572

Color information

#170572 (or 0x170572) is unknown color: approx Midnight Blue. HEX triplet: 17, 05 and 72. RGB value is (23,5,114). Sum of RGB (Red+Green+Blue) = 23+5+114=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #170572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170572 is #E8FA8D. Grayscale: #161616. Windows color (decimal): -15268494 or 7472407. OLE color: 7472407.

HSL color Cylindrical-coordinate representation of color #170572: hue angle of 249.91º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170572 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB235114-
CMYK0.800.9600.55
HSL249.91º91.6%23.33%-
HSV(B)249.91º95.61%44.71%-
XYZ3.441.5116.03-
YUV22.81179.46128.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.20%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=16.20%
G=3.52%
B=80.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2351140.800.9600.55249.9191.623.33
Hex175725060037fa5c17
Octal27516212014006737213427
Binary10111101111001010100001100000011011111111010101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170572; }

 p { color: rgb(23,5,114); }

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

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

 a { background-color: rgb(23,5,114); }

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

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

 span { border-color: rgb(23,5,114); }

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