#1116AC

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

Shades of New Midnight Blue #1116AC

Tints of New Midnight Blue #1116AC

Color information

#1116AC (or 0x1116AC) is unknown color: approx New Midnight Blue. HEX triplet: 11, 16 and AC. RGB value is (17,22,172). Sum of RGB (Red+Green+Blue) = 17+22+172=211 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.06% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 172 (67.58% from 255 or 81.52% from 211); Max value from RGB is 172 - color contains mainly: blue. Hex color #1116AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1116AC is #EEE953. Grayscale: #252525. Windows color (decimal): -15657300 or 11277841. OLE color: 11277841.

HSL color Cylindrical-coordinate representation of color #1116AC: hue angle of 238.06º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1116AC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1722172-
CMYK0.900.8700.33
HSL238.06º82.01%37.06%-
HSV(B)238.06º90.12%67.45%-
XYZ7.963.6739.32-
YUV37.61203.84113.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.06%
GREEN value IS 22 (8.98% from 255) = 10.43%
BLUE value IS 172 (67.58% from 255) = 81.52%
R=8.06%
G=10.43%
B=81.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17221720.900.8700.33238.0682.0137.06
Hex1116AC5A57021ee5225
Octal212625413212704135612245
Binary100011011010101100101101010101110100001111011101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1116AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1116AC; }

 p { color: rgb(17,22,172); }

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

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

 a { background-color: rgb(17,22,172); }

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

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

 span { border-color: rgb(17,22,172); }

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