#11137A

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

Shades of Midnight Blue #11137A

Tints of Midnight Blue #11137A

Color information

#11137A (or 0x11137A) is unknown color: approx Midnight Blue. HEX triplet: 11, 13 and 7A. RGB value is (17,19,122). Sum of RGB (Red+Green+Blue) = 17+19+122=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 122 (48.05% from 255 or 77.22% from 158); Max value from RGB is 122 - color contains mainly: blue. Hex color #11137A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11137A is #EEEC85. Grayscale: #1D1D1D. Windows color (decimal): -15658118 or 8000273. OLE color: 8000273.

HSL color Cylindrical-coordinate representation of color #11137A: hue angle of 238.86º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11137A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1719122-
CMYK0.860.8400.52
HSL238.86º75.54%27.25%-
HSV(B)238.86º86.07%47.84%-
XYZ3.981.9918.59-
YUV30.14179.84118.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.76%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 122 (48.05% from 255) = 77.22%
R=10.76%
G=12.03%
B=77.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17191220.860.8400.52238.8675.5427.25
Hex11137A5654034ef4c1b
Octal212317212612406435711433
Binary1000110011111101010101101010100011010011101111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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