#170472

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

Shades of Midnight Blue #170472

Tints of Midnight Blue #170472

Color information

#170472 (or 0x170472) is unknown color: approx Midnight Blue. HEX triplet: 17, 04 and 72. RGB value is (23,4,114). Sum of RGB (Red+Green+Blue) = 23+4+114=141 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.31% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 114 (44.92% from 255 or 80.85% from 141); Max value from RGB is 114 - color contains mainly: blue. Hex color #170472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170472 is #E8FB8D. Grayscale: #151515. Windows color (decimal): -15268750 or 7472151. OLE color: 7472151.

HSL color Cylindrical-coordinate representation of color #170472: hue angle of 250.36º degrees, saturation: 0.93, 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 #170472 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB234114-
CMYK0.800.9600.55
HSL250.36º93.22%23.14%-
HSV(B)250.36º96.49%44.71%-
XYZ3.431.4816.03-
YUV22.22179.79128.56-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 16.31%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 114 (44.92% from 255) = 80.85%
R=16.31%
G=2.84%
B=80.85%

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
Decimal2341140.800.9600.55250.3693.2223.14
Hex174725060037fa5d17
Octal27416212014006737213527
Binary10111100111001010100001100000011011111111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170472; }

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

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

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

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

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

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

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

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