#111453

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

Shades of Midnight Blue #111453

Tints of Midnight Blue #111453

Color information

#111453 (or 0x111453) is unknown color: approx Midnight Blue. HEX triplet: 11, 14 and 53. RGB value is (17,20,83). Sum of RGB (Red+Green+Blue) = 17+20+83=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 83 (32.81% from 255 or 69.17% from 120); Max value from RGB is 83 - color contains mainly: blue. Hex color #111453 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111453 is #EEEBAC. Grayscale: #1A1A1A. Windows color (decimal): -15657901 or 5444625. OLE color: 5444625.

HSL color Cylindrical-coordinate representation of color #111453: hue angle of 237.27º 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 #111453 is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB172083-
CMYK0.800.7600.67
HSL237.27º66%19.61%-
HSV(B)237.27º79.52%32.55%-
XYZ2.041.248.32-
YUV26.28160.01121.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 14.17%
GREEN value IS 20 (8.20% from 255) = 16.67%
BLUE value IS 83 (32.81% from 255) = 69.17%
R=14.17%
G=16.67%
B=69.17%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1720830.800.7600.67237.276619.61
Hex111453504C043ed4214
Octal2124123120114010335510224
Binary10001101001010011101000010011000100001111101101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111453; }

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

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

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

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

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

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

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

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