#1003A2

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

Shades of New Midnight Blue #1003A2

Tints of New Midnight Blue #1003A2

Color information

#1003A2 (or 0x1003A2) is unknown color: approx New Midnight Blue. HEX triplet: 10, 03 and A2. RGB value is (16,3,162). Sum of RGB (Red+Green+Blue) = 16+3+162=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 162 (63.67% from 255 or 89.50% from 181); Max value from RGB is 162 - color contains mainly: blue. Hex color #1003A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1003A2 is #EFFC5D. Grayscale: #181818. Windows color (decimal): -15727710 or 10617616. OLE color: 10617616.

HSL color Cylindrical-coordinate representation of color #1003A2: hue angle of 244.91º 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 #1003A2 is Cyan = 0.90, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB163162-
CMYK0.900.9800.36
HSL244.91º96.36%32.35%-
HSV(B)244.91º98.15%63.53%-
XYZ6.772.7834.36-
YUV25.01205.31121.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 3 (1.56% from 255) = 1.66%
BLUE value IS 162 (63.67% from 255) = 89.50%
R=8.84%
G=1.66%
B=89.50%

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
Decimal1631620.900.9800.36244.9196.3632.35
Hex103A25A62024f56020
Octal20324213214204436514040
Binary100001110100010101101011000100100100111101011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1003A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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