#11127A

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

Shades of Midnight Blue #11127A

Tints of Midnight Blue #11127A

Color information

#11127A (or 0x11127A) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 7A. RGB value is (17,18,122). Sum of RGB (Red+Green+Blue) = 17+18+122=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #11127A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11127A is #EEED85. Grayscale: #1D1D1D. Windows color (decimal): -15658374 or 8000017. OLE color: 8000017.

HSL color Cylindrical-coordinate representation of color #11127A: hue angle of 239.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11127A is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1718122-
CMYK0.860.8500.52
HSL239.43º75.54%27.25%-
HSV(B)239.43º86.07%47.84%-
XYZ3.961.9618.58-
YUV29.56180.17119.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.83%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=10.83%
G=11.46%
B=77.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17181220.860.8500.52239.4375.5427.25
Hex11127A5655034ef4c1b
Octal212217212612506435711433
Binary1000110010111101010101101010101011010011101111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11127A; }

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

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

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

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

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

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

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

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