#1103AA

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

Shades of New Midnight Blue #1103AA

Tints of New Midnight Blue #1103AA

Color information

#1103AA (or 0x1103AA) is unknown color: approx New Midnight Blue. HEX triplet: 11, 03 and AA. RGB value is (17,3,170). Sum of RGB (Red+Green+Blue) = 17+3+170=190 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.95% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 170 (66.80% from 255 or 89.47% from 190); Max value from RGB is 170 - color contains mainly: blue. Hex color #1103AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1103AA is #EEFC55. Grayscale: #191919. Windows color (decimal): -15662166 or 11141905. OLE color: 11141905.

HSL color Cylindrical-coordinate representation of color #1103AA: hue angle of 245.03º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1103AA is Cyan = 0.9, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB173170-
CMYK0.90.9800.33
HSL245.03º96.53%33.92%-
HSV(B)245.03º98.24%66.67%-
XYZ7.523.0938.23-
YUV26.22209.14121.42-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.95%
GREEN value IS 3 (1.56% from 255) = 1.58%
BLUE value IS 170 (66.80% from 255) = 89.47%
R=8.95%
G=1.58%
B=89.47%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1731700.90.9800.33245.0396.5333.92
Hex113AA5A62021f56122
Octal21325213214204136514142
Binary100011110101010101101011000100100001111101011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1103AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1103AA; }

 p { color: rgb(17,3,170); }

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

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

 a { background-color: rgb(17,3,170); }

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

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

 span { border-color: rgb(17,3,170); }

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