#11126F

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

Shades of Midnight Blue #11126F

Tints of Midnight Blue #11126F

Color information

#11126F (or 0x11126F) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 6F. RGB value is (17,18,111). Sum of RGB (Red+Green+Blue) = 17+18+111=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 111 (43.75% from 255 or 76.03% from 146); Max value from RGB is 111 - color contains mainly: blue. Hex color #11126F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11126F is #EEED90. Grayscale: #1B1B1B. Windows color (decimal): -15658385 or 7279121. OLE color: 7279121.

HSL color Cylindrical-coordinate representation of color #11126F: hue angle of 239.36º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11126F is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1718111-
CMYK0.850.8400.56
HSL239.36º73.44%25.1%-
HSV(B)239.36º84.68%43.53%-
XYZ3.321.715.19-
YUV28.3174.67119.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 11.64%
GREEN value IS 18 (7.42% from 255) = 12.33%
BLUE value IS 111 (43.75% from 255) = 76.03%
R=11.64%
G=12.33%
B=76.03%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal17181110.850.8400.56239.3673.4425.1
Hex11126F5554038ef4919
Octal212215712512407035711131
Binary1000110010110111110101011010100011100011101111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11126F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11126F; }

 p { color: rgb(17,18,111); }

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

<style>
 a { background-color: #11126F; }

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

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

<style>
 span { border-color: #11126F; }

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

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