#1109AF

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

Shades of New Midnight Blue #1109AF

Tints of New Midnight Blue #1109AF

Color information

#1109AF (or 0x1109AF) is unknown color: approx New Midnight Blue. HEX triplet: 11, 09 and AF. RGB value is (17,9,175). Sum of RGB (Red+Green+Blue) = 17+9+175=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 175 (68.75% from 255 or 87.06% from 201); Max value from RGB is 175 - color contains mainly: blue. Hex color #1109AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1109AF is #EEF650. Grayscale: #1D1D1D. Windows color (decimal): -15660625 or 11471121. OLE color: 11471121.

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

Color convert

RGB179175-
CMYK0.900.9500.31
HSL242.89º90.22%36.08%-
HSV(B)242.89º94.86%68.63%-
XYZ8.073.4140.79-
YUV30.32209.65118.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 175 (68.75% from 255) = 87.06%
R=8.46%
G=4.48%
B=87.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1791750.900.9500.31242.8990.2236.08
Hex119AF5A5F01Ff35a24
Octal211125713213703736313244
Binary1000110011010111110110101011111011111111100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1109AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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