#1103A2

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

Shades of New Midnight Blue #1103A2

Tints of New Midnight Blue #1103A2

Color information

#1103A2 (or 0x1103A2) is unknown color: approx New Midnight Blue. HEX triplet: 11, 03 and A2. RGB value is (17,3,162). Sum of RGB (Red+Green+Blue) = 17+3+162=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 3 (1.56% from 255 or 1.65% from 182); Blue value is 162 (63.67% from 255 or 89.01% from 182); Max value from RGB is 162 - color contains mainly: blue. Hex color #1103A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1103A2 is #EEFC5D. Grayscale: #181818. Windows color (decimal): -15662174 or 10617617. OLE color: 10617617.

HSL color Cylindrical-coordinate representation of color #1103A2: hue angle of 245.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1103A2 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB173162-
CMYK0.900.9800.36
HSL245.28º96.36%32.35%-
HSV(B)245.28º98.15%63.53%-
XYZ6.792.7934.36-
YUV25.31205.14122.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 3 (1.56% from 255) = 1.65%
BLUE value IS 162 (63.67% from 255) = 89.01%
R=9.34%
G=1.65%
B=89.01%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1731620.900.9800.36245.2896.3632.35
Hex113A25A62024f56020
Octal21324213214204436514040
Binary100011110100010101101011000100100100111101011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1103A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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