#112172

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

Shades of Midnight Blue #112172

Tints of Midnight Blue #112172

Color information

#112172 (or 0x112172) is unknown color: approx Midnight Blue. HEX triplet: 11, 21 and 72. RGB value is (17,33,114). Sum of RGB (Red+Green+Blue) = 17+33+114=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 114 (44.92% from 255 or 69.51% from 164); Max value from RGB is 114 - color contains mainly: blue. Hex color #112172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112172 is #EEDE8D. Grayscale: #252525. Windows color (decimal): -15654542 or 7479569. OLE color: 7479569.

HSL color Cylindrical-coordinate representation of color #112172: hue angle of 230.1º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112172 is Cyan = 0.85, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1733114-
CMYK0.850.7100.55
HSL230.1º74.05%25.69%-
HSV(B)230.1º85.09%44.71%-
XYZ3.812.4216.19-
YUV37.45171.2113.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 114 (44.92% from 255) = 69.51%
R=10.37%
G=20.12%
B=69.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17331140.850.7100.55230.174.0525.69
Hex1121725547037e64a1a
Octal214116212510706734611232
Binary10001100001111001010101011000111011011111100110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112172; }

 p { color: rgb(17,33,114); }

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

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

 a { background-color: rgb(17,33,114); }

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

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

 span { border-color: rgb(17,33,114); }

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