#111C72

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

Shades of Midnight Blue #111C72

Tints of Midnight Blue #111C72

Color information

#111C72 (or 0x111C72) is unknown color: approx Midnight Blue. HEX triplet: 11, 1C and 72. RGB value is (17,28,114). Sum of RGB (Red+Green+Blue) = 17+28+114=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #111C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C72 is #EEE38D. Grayscale: #222222. Windows color (decimal): -15655822 or 7478289. OLE color: 7478289.

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

Color convert

RGB1728114-
CMYK0.850.7500.55
HSL233.2º74.05%25.69%-
HSV(B)233.2º85.09%44.71%-
XYZ3.682.1616.14-
YUV34.52172.86115.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 114 (44.92% from 255) = 71.70%
R=10.69%
G=17.61%
B=71.70%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17281140.850.7500.55233.274.0525.69
Hex111C72554B037e94a1a
Octal213416212511306735111232
Binary1000111100111001010101011001011011011111101001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111C72; }

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

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

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

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

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

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

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

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