#11147A

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

Shades of Midnight Blue #11147A

Tints of Midnight Blue #11147A

Color information

#11147A (or 0x11147A) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 7A. RGB value is (17,20,122). Sum of RGB (Red+Green+Blue) = 17+20+122=159 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.69% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 122 (48.05% from 255 or 76.73% from 159); Max value from RGB is 122 - color contains mainly: blue. Hex color #11147A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11147A is #EEEB85. Grayscale: #1E1E1E. Windows color (decimal): -15657862 or 8000529. OLE color: 8000529.

HSL color Cylindrical-coordinate representation of color #11147A: hue angle of 238.29º 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 #11147A is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1720122-
CMYK0.860.8400.52
HSL238.29º75.54%27.25%-
HSV(B)238.29º86.07%47.84%-
XYZ3.992.0218.59-
YUV30.73179.51118.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.69%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 122 (48.05% from 255) = 76.73%
R=10.69%
G=12.58%
B=76.73%

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
Decimal17201220.860.8400.52238.2975.5427.25
Hex11147A5654034ee4c1b
Octal212417212612406435611433
Binary1000110100111101010101101010100011010011101110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11147A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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