#111272

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

Shades of Midnight Blue #111272

Tints of Midnight Blue #111272

Color information

#111272 (or 0x111272) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 72. RGB value is (17,18,114). Sum of RGB (Red+Green+Blue) = 17+18+114=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 18 (7.42% from 255 or 12.08% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #111272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111272 is #EEED8D. Grayscale: #1C1C1C. Windows color (decimal): -15658382 or 7475729. OLE color: 7475729.

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

Color convert

RGB1718114-
CMYK0.850.8400.55
HSL239.38º74.05%25.69%-
HSV(B)239.38º85.09%44.71%-
XYZ3.481.7716.08-
YUV28.64176.17119.69-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.41%
GREEN value IS 18 (7.42% from 255) = 12.08%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=11.41%
G=12.08%
B=76.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17181140.850.8400.55239.3874.0525.69
Hex1112725554037ef4a1a
Octal212216212512406735711232
Binary1000110010111001010101011010100011011111101111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111272; }

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

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

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

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

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

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

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

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