#11157A

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

Shades of Midnight Blue #11157A

Tints of Midnight Blue #11157A

Color information

#11157A (or 0x11157A) is unknown color: approx Midnight Blue. HEX triplet: 11, 15 and 7A. RGB value is (17,21,122). Sum of RGB (Red+Green+Blue) = 17+21+122=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 21 (8.59% from 255 or 13.12% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #11157A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11157A is #EEEA85. Grayscale: #1E1E1E. Windows color (decimal): -15657606 or 8000785. OLE color: 8000785.

HSL color Cylindrical-coordinate representation of color #11157A: hue angle of 237.71º 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 #11157A is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1721122-
CMYK0.860.8300.52
HSL237.71º75.54%27.25%-
HSV(B)237.71º86.07%47.84%-
XYZ4.012.0618.6-
YUV31.32179.17117.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.62%
GREEN value IS 21 (8.59% from 255) = 13.12%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=10.62%
G=13.12%
B=76.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17211220.860.8300.52237.7175.5427.25
Hex11157A5653034ee4c1b
Octal212517212612306435611433
Binary1000110101111101010101101010011011010011101110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11157A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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