#1006A2

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

Shades of New Midnight Blue #1006A2

Tints of New Midnight Blue #1006A2

Color information

#1006A2 (or 0x1006A2) is unknown color: approx New Midnight Blue. HEX triplet: 10, 06 and A2. RGB value is (16,6,162). Sum of RGB (Red+Green+Blue) = 16+6+162=184 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.70% from 184); Green value is 6 (2.73% from 255 or 3.26% from 184); Blue value is 162 (63.67% from 255 or 88.04% from 184); Max value from RGB is 162 - color contains mainly: blue. Hex color #1006A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1006A2 is #EFF95D. Grayscale: #1A1A1A. Windows color (decimal): -15726942 or 10618384. OLE color: 10618384.

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

Color convert

RGB166162-
CMYK0.900.9600.36
HSL243.85º92.86%32.94%-
HSV(B)243.85º96.3%63.53%-
XYZ6.82.8534.37-
YUV26.77204.31120.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.70%
GREEN value IS 6 (2.73% from 255) = 3.26%
BLUE value IS 162 (63.67% from 255) = 88.04%
R=8.70%
G=3.26%
B=88.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1661620.900.9600.36243.8592.8632.94
Hex106A25A60024f45d21
Octal20624213214004436413541
Binary1000011010100010101101011000000100100111101001011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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