#11146D

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

Shades of Midnight Blue #11146D

Tints of Midnight Blue #11146D

Color information

#11146D (or 0x11146D) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 6D. RGB value is (17,20,109). Sum of RGB (Red+Green+Blue) = 17+20+109=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #11146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11146D is #EEEB92. Grayscale: #1C1C1C. Windows color (decimal): -15657875 or 7148561. OLE color: 7148561.

HSL color Cylindrical-coordinate representation of color #11146D: hue angle of 238.04º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11146D is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1720109-
CMYK0.840.8200.57
HSL238.04º73.02%24.71%-
HSV(B)238.04º84.4%42.75%-
XYZ3.241.7214.63-
YUV29.25173.01119.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 109 (42.97% from 255) = 74.66%
R=11.64%
G=13.70%
B=74.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17201090.840.8200.57238.0473.0224.71
Hex11146D5452039ee4919
Octal212415512412207135611131
Binary1000110100110110110101001010010011100111101110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11146D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,20,109); }

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

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

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

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

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

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

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