#11137E

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

Shades of Midnight Blue #11137E

Tints of Midnight Blue #11137E

Color information

#11137E (or 0x11137E) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 7E. RGB value is (17,19,126). Sum of RGB (Red+Green+Blue) = 17+19+126=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 126 (49.61% from 255 or 77.78% from 162); Max value from RGB is 126 - color contains mainly: blue. Hex color #11137E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11137E is #EEEC81. Grayscale: #1E1E1E. Windows color (decimal): -15658114 or 8262417. OLE color: 8262417.

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

Color convert

RGB1719126-
CMYK0.870.8500.51
HSL238.9º76.22%28.04%-
HSV(B)238.9º86.51%49.41%-
XYZ4.232.0919.92-
YUV30.6181.84118.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.49%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 126 (49.61% from 255) = 77.78%
R=10.49%
G=11.73%
B=77.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17191260.870.8500.51238.976.2228.04
Hex11137E5755033ef4c1c
Octal212317612712506335711434
Binary1000110011111111010101111010101011001111101111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11137E; }

 p { color: rgb(17,19,126); }

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

<style>
 a { background-color: #11137E; }

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

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

<style>
 span { border-color: #11137E; }

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

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