#1102A3

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

Shades of New Midnight Blue #1102A3

Tints of New Midnight Blue #1102A3

Color information

#1102A3 (or 0x1102A3) is unknown color: approx New Midnight Blue. HEX triplet: 11, 02 and A3. RGB value is (17,2,163). Sum of RGB (Red+Green+Blue) = 17+2+163=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 163 (64.06% from 255 or 89.56% from 182); Max value from RGB is 163 - color contains mainly: blue. Hex color #1102A3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1102A3 is #EEFD5C. Grayscale: #181818. Windows color (decimal): -15662429 or 10682897. OLE color: 10682897.

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

Color convert

RGB172163-
CMYK0.900.9900.36
HSL245.59º97.58%32.35%-
HSV(B)245.59º98.77%63.92%-
XYZ6.862.8134.83-
YUV24.84205.97122.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.34%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 163 (64.06% from 255) = 89.56%
R=9.34%
G=1.10%
B=89.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1721630.900.9900.36245.5997.5832.35
Hex112A35A63024f66220
Octal21224313214304436614240
Binary100011010100011101101011000110100100111101101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1102A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1102A3; }

 p { color: rgb(17,2,163); }

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

<style>
 a { background-color: #1102A3; }

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

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

<style>
 span { border-color: #1102A3; }

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

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