#1111AA

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

Shades of New Midnight Blue #1111AA

Tints of New Midnight Blue #1111AA

Color information

#1111AA (or 0x1111AA) is unknown color: approx New Midnight Blue. HEX triplet: 11, 11 and AA. RGB value is (17,17,170). Sum of RGB (Red+Green+Blue) = 17+17+170=204 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.33% from 204); Green value is 17 (7.03% from 255 or 8.33% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #1111AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1111AA is #EEEE55. Grayscale: #212121. Windows color (decimal): -15658582 or 11145489. OLE color: 11145489.

HSL color Cylindrical-coordinate representation of color #1111AA: hue angle of 240º 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 #1111AA is Cyan = 0.9, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1717170-
CMYK0.90.900.33
HSL240º81.82%36.67%-
HSV(B)240º90%66.67%-
XYZ7.693.4238.29-
YUV34.44204.5115.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.33%
GREEN value IS 17 (7.03% from 255) = 8.33%
BLUE value IS 170 (66.80% from 255) = 83.33%
R=8.33%
G=8.33%
B=83.33%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17171700.90.900.3324081.8236.67
Hex1111AA5A5A021f05225
Octal212125213213204136012245
Binary100011000110101010101101010110100100001111100001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1111AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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