#11217C

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

Shades of Midnight Blue #11217C

Tints of Midnight Blue #11217C

Color information

#11217C (or 0x11217C) is unknown color: approx Midnight Blue. HEX triplet: 11, 21 and 7C. RGB value is (17,33,124). Sum of RGB (Red+Green+Blue) = 17+33+124=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #11217C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11217C is #EEDE83. Grayscale: #262626. Windows color (decimal): -15654532 or 8134929. OLE color: 8134929.

HSL color Cylindrical-coordinate representation of color #11217C: hue angle of 231.03º 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 #11217C is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1733124-
CMYK0.860.7300.51
HSL231.03º75.89%27.65%-
HSV(B)231.03º86.29%48.63%-
XYZ4.412.6619.35-
YUV38.59176.2112.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.77%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 124 (48.83% from 255) = 71.26%
R=9.77%
G=18.97%
B=71.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17331240.860.7300.51231.0375.8927.65
Hex11217C5649033e74c1c
Octal214117412611106334711434
Binary10001100001111110010101101001001011001111100111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11217C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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