#11147C

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

Shades of Midnight Blue #11147C

Tints of Midnight Blue #11147C

Color information

#11147C (or 0x11147C) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 7C. RGB value is (17,20,124). Sum of RGB (Red+Green+Blue) = 17+20+124=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 124 (48.83% from 255 or 77.02% from 161); Max value from RGB is 124 - color contains mainly: blue. Hex color #11147C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11147C is #EEEB83. Grayscale: #1E1E1E. Windows color (decimal): -15657860 or 8131601. OLE color: 8131601.

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

Color convert

RGB1720124-
CMYK0.860.8400.51
HSL238.32º75.89%27.65%-
HSV(B)238.32º86.29%48.63%-
XYZ4.122.0719.25-
YUV30.96180.51118.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 124 (48.83% from 255) = 77.02%
R=10.56%
G=12.42%
B=77.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17201240.860.8400.51238.3275.8927.65
Hex11147C5654033ee4c1c
Octal212417412612406335611434
Binary1000110100111110010101101010100011001111101110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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