#11117D

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

Shades of Midnight Blue #11117D

Tints of Midnight Blue #11117D

Color information

#11117D (or 0x11117D) is unknown color: approx Midnight Blue. HEX triplet: 11, 11 and 7D. RGB value is (17,17,125). Sum of RGB (Red+Green+Blue) = 17+17+125=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 125 (49.22% from 255 or 78.62% from 159); Max value from RGB is 125 - color contains mainly: blue. Hex color #11117D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11117D is #EEEE82. Grayscale: #1C1C1C. Windows color (decimal): -15658627 or 8196369. OLE color: 8196369.

HSL color Cylindrical-coordinate representation of color #11117D: hue angle of 240º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11117D is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1717125-
CMYK0.860.8600.51
HSL240º76.06%27.84%-
HSV(B)240º86.4%49.02%-
XYZ4.13219.57-
YUV29.31182119.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 17 (7.03% from 255) = 10.69%
BLUE value IS 125 (49.22% from 255) = 78.62%
R=10.69%
G=10.69%
B=78.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17171250.860.8600.5124076.0627.84
Hex11117D5656033f04c1c
Octal212117512612606336011434
Binary1000110001111110110101101010110011001111110000100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11117D; }

 p { color: rgb(17,17,125); }

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

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

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

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

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

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

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