#172A7D

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

Shades of Midnight Blue #172A7D

Tints of Midnight Blue #172A7D

Color information

#172A7D (or 0x172A7D) is unknown color: approx Midnight Blue. HEX triplet: 17, 2A and 7D. RGB value is (23,42,125). Sum of RGB (Red+Green+Blue) = 23+42+125=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #172A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A7D is #E8D582. Grayscale: #2D2D2D. Windows color (decimal): -15259011 or 8202775. OLE color: 8202775.

HSL color Cylindrical-coordinate representation of color #172A7D: hue angle of 228.82º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172A7D is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2342125-
CMYK0.820.6600.51
HSL228.82º68.92%29.02%-
HSV(B)228.82º81.6%49.02%-
XYZ4.883.3219.79-
YUV45.78172.71111.75-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.11%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=12.11%
G=22.11%
B=65.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal23421250.820.6600.51228.8268.9229.02
Hex172A7D5242033e5451d
Octal275217512210206334510535
Binary10111101010111110110100101000010011001111100101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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