#1109AD

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

Shades of New Midnight Blue #1109AD

Tints of New Midnight Blue #1109AD

Color information

#1109AD (or 0x1109AD) is unknown color: approx New Midnight Blue. HEX triplet: 11, 09 and AD. RGB value is (17,9,173). Sum of RGB (Red+Green+Blue) = 17+9+173=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 173 (67.97% from 255 or 86.93% from 199); Max value from RGB is 173 - color contains mainly: blue. Hex color #1109AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1109AD is #EEF652. Grayscale: #1D1D1D. Windows color (decimal): -15660627 or 11340049. OLE color: 11340049.

HSL color Cylindrical-coordinate representation of color #1109AD: hue angle of 242.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1109AD is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB179173-
CMYK0.900.9500.32
HSL242.93º90.11%35.69%-
HSV(B)242.93º94.8%67.84%-
XYZ7.873.3339.76-
YUV30.09208.65118.66-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.54%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 173 (67.97% from 255) = 86.93%
R=8.54%
G=4.52%
B=86.93%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1791730.900.9500.32242.9390.1135.69
Hex119AD5A5F020f35a24
Octal211125513213704036313244
Binary10001100110101101101101010111110100000111100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1109AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1109AD; }

 p { color: rgb(17,9,173); }

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

<style>
 a { background-color: #1109AD; }

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

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

<style>
 span { border-color: #1109AD; }

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

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