#111277

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

Shades of Midnight Blue #111277

Tints of Midnight Blue #111277

Color information

#111277 (or 0x111277) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 77. RGB value is (17,18,119). Sum of RGB (Red+Green+Blue) = 17+18+119=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #111277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111277 is #EEED88. Grayscale: #1C1C1C. Windows color (decimal): -15658377 or 7803409. OLE color: 7803409.

HSL color Cylindrical-coordinate representation of color #111277: hue angle of 239.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111277 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1718119-
CMYK0.860.8500.53
HSL239.41º75%26.67%-
HSV(B)239.41º85.71%46.67%-
XYZ3.781.8817.62-
YUV29.22178.67119.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.04%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=11.04%
G=11.69%
B=77.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17181190.860.8500.53239.417526.67
Hex1112775655035ef4b1b
Octal212216712612506535711333
Binary1000110010111011110101101010101011010111101111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111277; }

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

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

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

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

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

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

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

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