#172A7A

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

Shades of Midnight Blue #172A7A

Tints of Midnight Blue #172A7A

Color information

#172A7A (or 0x172A7A) is unknown color: approx Midnight Blue. HEX triplet: 17, 2A and 7A. RGB value is (23,42,122). Sum of RGB (Red+Green+Blue) = 23+42+122=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 122 (48.05% from 255 or 65.24% from 187); Max value from RGB is 122 - color contains mainly: blue. Hex color #172A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A7A is #E8D585. Grayscale: #2D2D2D. Windows color (decimal): -15259014 or 8006167. OLE color: 8006167.

HSL color Cylindrical-coordinate representation of color #172A7A: hue angle of 228.48º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172A7A is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2342122-
CMYK0.810.6600.52
HSL228.48º68.28%28.43%-
HSV(B)228.48º81.15%47.84%-
XYZ4.693.2418.79-
YUV45.44171.21112-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.30%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 122 (48.05% from 255) = 65.24%
R=12.30%
G=22.46%
B=65.24%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23421220.810.6600.52228.4868.2828.43
Hex172A7A5142034e4441c
Octal275217212110206434410434
Binary10111101010111101010100011000010011010011100100100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,42,122); }

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

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

 a { background-color: rgb(23,42,122); }

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

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

 span { border-color: rgb(23,42,122); }

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