#111253

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

Shades of Midnight Blue #111253

Tints of Midnight Blue #111253

Color information

#111253 (or 0x111253) is unknown color: approx Midnight Blue. HEX triplet: 11, 12 and 53. RGB value is (17,18,83). Sum of RGB (Red+Green+Blue) = 17+18+83=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #111253 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111253 is #EEEDAC. Grayscale: #181818. Windows color (decimal): -15658413 or 5444113. OLE color: 5444113.

HSL color Cylindrical-coordinate representation of color #111253: hue angle of 239.09º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111253 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB171883-
CMYK0.800.7800.67
HSL239.09º66%19.61%-
HSV(B)239.09º79.52%32.55%-
XYZ2.011.188.3-
YUV25.11160.67122.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.41%
GREEN value IS 18 (7.42% from 255) = 15.25%
BLUE value IS 83 (32.81% from 255) = 70.34%
R=14.41%
G=15.25%
B=70.34%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1718830.800.7800.67239.096619.61
Hex111253504E043ef4214
Octal2122123120116010335710224
Binary10001100101010011101000010011100100001111101111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111253; }

 p { color: rgb(17,18,83); }

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

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

 a { background-color: rgb(17,18,83); }

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

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

 span { border-color: rgb(17,18,83); }

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