#170072

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

Shades of Midnight Blue #170072

Tints of Midnight Blue #170072

Color information

#170072 (or 0x170072) is unknown color: approx Midnight Blue. HEX triplet: 17, 00 and 72. RGB value is (23,0,114). Sum of RGB (Red+Green+Blue) = 23+0+114=137 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.79% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 114 (44.92% from 255 or 83.21% from 137); Max value from RGB is 114 - color contains mainly: blue. Hex color #170072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170072 is #E8FF8D. Grayscale: #131313. Windows color (decimal): -15269774 or 7471127. OLE color: 7471127.

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

Color convert

RGB230114-
CMYK0.80100.55
HSL252.11º100%22.35%-
HSV(B)252.11º100%44.71%-
XYZ3.391.416.01-
YUV19.87181.12130.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.79%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 83.21%
R=16.79%
G=0%
B=83.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2301140.80100.55252.1110022.35
Hex170725064037fc6416
Octal27016212014406737414426
Binary101110111001010100001100100011011111111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170072; }

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

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

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

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

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

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

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

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