#111472

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

Shades of Midnight Blue #111472

Tints of Midnight Blue #111472

Color information

#111472 (or 0x111472) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 72. RGB value is (17,20,114). Sum of RGB (Red+Green+Blue) = 17+20+114=151 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.26% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #111472 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111472 is #EEEB8D. Grayscale: #1D1D1D. Windows color (decimal): -15657870 or 7476241. OLE color: 7476241.

HSL color Cylindrical-coordinate representation of color #111472: hue angle of 238.14º 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 #111472 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1720114-
CMYK0.850.8200.55
HSL238.14º74.05%25.69%-
HSV(B)238.14º85.09%44.71%-
XYZ3.521.8316.09-
YUV29.82175.51118.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.26%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=11.26%
G=13.25%
B=75.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17201140.850.8200.55238.1474.0525.69
Hex1114725552037ee4a1a
Octal212416212512206735611232
Binary1000110100111001010101011010010011011111101110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111472; }

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

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

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

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

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

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

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

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