#11146A

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

Shades of Midnight Blue #11146A

Tints of Midnight Blue #11146A

Color information

#11146A (or 0x11146A) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 6A. RGB value is (17,20,106). Sum of RGB (Red+Green+Blue) = 17+20+106=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 106 (41.80% from 255 or 74.13% from 143); Max value from RGB is 106 - color contains mainly: blue. Hex color #11146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11146A is #EEEB95. Grayscale: #1C1C1C. Windows color (decimal): -15657878 or 6951953. OLE color: 6951953.

HSL color Cylindrical-coordinate representation of color #11146A: hue angle of 237.98º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11146A is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1720106-
CMYK0.840.8100.58
HSL237.98º72.36%24.12%-
HSV(B)237.98º83.96%41.57%-
XYZ3.081.6613.79-
YUV28.91171.51119.51-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.89%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 106 (41.80% from 255) = 74.13%
R=11.89%
G=13.99%
B=74.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal17201060.840.8100.58237.9872.3624.12
Hex11146A545103Aee4818
Octal212415212412107235611030
Binary1000110100110101010101001010001011101011101110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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