#1100aa

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

Shades of New Midnight Blue #1100AA

Tints of New Midnight Blue #1100AA

Color information

#1100AA (or 0x1100AA) is unknown color: approx New Midnight Blue. HEX triplet: 11, 00 and AA. RGB value is (17,0,170). Sum of RGB (Red+Green+Blue) = 17+0+170=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 170 (66.80% from 255 or 90.91% from 187); Max value from RGB is 170 - color contains mainly: blue. Hex color #1100AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1100AA is #EEFF55. Grayscale: #171717. Windows color (decimal): -15662934 or 11141137. OLE color: 11141137.

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

Color convert

RGB170170-
CMYK0.9100.33
HSL246º100%33.33%-
HSV(B)246º100%66.67%-
XYZ7.493.0238.22-
YUV24.46210.13122.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 170 (66.80% from 255) = 90.91%
R=9.09%
G=0%
B=90.91%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701700.9100.3324610033.33
Hex110AA5A64021f66421
Octal21025213214404136614441
Binary10001010101010101101011001000100001111101101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1100aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1100aa; }

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

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

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

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

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

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

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

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