#1112ab

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

Shades of New Midnight Blue #1112AB

Tints of New Midnight Blue #1112AB

Color information

#1112AB (or 0x1112AB) is unknown color: approx New Midnight Blue. HEX triplet: 11, 12 and AB. RGB value is (17,18,171). Sum of RGB (Red+Green+Blue) = 17+18+171=206 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.25% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 171 (67.19% from 255 or 83.01% from 206); Max value from RGB is 171 - color contains mainly: blue. Hex color #1112AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1112AB is #EEED54. Grayscale: #222222. Windows color (decimal): -15658325 or 11211281. OLE color: 11211281.

HSL color Cylindrical-coordinate representation of color #1112AB: hue angle of 239.61º 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 #1112AB is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1718171-
CMYK0.900.8900.33
HSL239.61º81.91%36.86%-
HSV(B)239.61º90.06%67.06%-
XYZ7.83.4938.79-
YUV35.14204.67115.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.25%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 171 (67.19% from 255) = 83.01%
R=8.25%
G=8.74%
B=83.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17181710.900.8900.33239.6181.9136.86
Hex1112AB5A59021f05225
Octal212225313213104136012245
Binary100011001010101011101101010110010100001111100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1112ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1112ab; }

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

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

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

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

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

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

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

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