#111880

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

Shades of Midnight Blue #111880

Tints of Midnight Blue #111880

Color information

#111880 (or 0x111880) is unknown color: approx Midnight Blue. HEX triplet: 11, 18 and 80. RGB value is (17,24,128). Sum of RGB (Red+Green+Blue) = 17+24+128=169 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10.06% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 128 (50.39% from 255 or 75.74% from 169); Max value from RGB is 128 - color contains mainly: blue. Hex color #111880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #111880 is #EEE77F. Grayscale: #212121. Windows color (decimal): -15656832 or 8394769. OLE color: 8394769.

HSL color Cylindrical-coordinate representation of color #111880: hue angle of 236.22º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111880 is Cyan = 0.87, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1724128-
CMYK0.870.8100.50
HSL236.22º76.55%28.43%-
HSV(B)236.22º86.72%50.2%-
XYZ4.452.3320.64-
YUV33.76181.18116.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.06%
GREEN value IS 24 (9.77% from 255) = 14.20%
BLUE value IS 128 (50.39% from 255) = 75.74%
R=10.06%
G=14.20%
B=75.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal17241280.870.8100.50236.2276.5528.43
Hex1118805751032ec4d1c
Octal213020012712106235411534
Binary10001110001000000010101111010001011001011101100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111880; }

 p { color: rgb(17,24,128); }

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

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

 a { background-color: rgb(17,24,128); }

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

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

 span { border-color: rgb(17,24,128); }

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