#111053

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

Shades of Midnight Blue #111053

Tints of Midnight Blue #111053

Color information

#111053 (or 0x111053) is unknown color: approx Midnight Blue. HEX triplet: 11, 10 and 53. RGB value is (17,16,83). Sum of RGB (Red+Green+Blue) = 17+16+83=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 16 (6.64% from 255 or 13.79% from 116); Blue value is 83 (32.81% from 255 or 71.55% from 116); Max value from RGB is 83 - color contains mainly: blue. Hex color #111053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111053 is #EEEFAC. Grayscale: #171717. Windows color (decimal): -15658925 or 5443601. OLE color: 5443601.

HSL color Cylindrical-coordinate representation of color #111053: hue angle of 240.9º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #111053 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB171683-
CMYK0.800.8100.67
HSL240.9º67.68%19.41%-
HSV(B)240.9º80.72%32.55%-
XYZ1.981.118.29-
YUV23.94161.33123.05-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.66%
GREEN value IS 16 (6.64% from 255) = 13.79%
BLUE value IS 83 (32.81% from 255) = 71.55%
R=14.66%
G=13.79%
B=71.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1716830.800.8100.67240.967.6819.41
Hex1110535051043f14413
Octal2120123120121010336110423
Binary10001100001010011101000010100010100001111110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111053; }

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

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

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

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

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

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

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

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