#11207A

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

Shades of Midnight Blue #11207A

Tints of Midnight Blue #11207A

Color information

#11207A (or 0x11207A) is unknown color: approx Midnight Blue. HEX triplet: 11, 20 and 7A. RGB value is (17,32,122). Sum of RGB (Red+Green+Blue) = 17+32+122=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #11207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11207A is #EEDF85. Grayscale: #252525. Windows color (decimal): -15654790 or 8003601. OLE color: 8003601.

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

Color convert

RGB1732122-
CMYK0.860.7400.52
HSL231.43º75.54%27.25%-
HSV(B)231.43º86.07%47.84%-
XYZ4.262.5618.68-
YUV37.78175.53113.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.94%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 122 (48.05% from 255) = 71.35%
R=9.94%
G=18.71%
B=71.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17321220.860.7400.52231.4375.5427.25
Hex11207A564A034e74c1b
Octal214017212611206434711433
Binary10001100000111101010101101001010011010011100111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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