#1006AA

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

Shades of New Midnight Blue #1006AA

Tints of New Midnight Blue #1006AA

Color information

#1006AA (or 0x1006AA) is unknown color: approx New Midnight Blue. HEX triplet: 10, 06 and AA. RGB value is (16,6,170). Sum of RGB (Red+Green+Blue) = 16+6+170=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 170 (66.80% from 255 or 88.54% from 192); Max value from RGB is 170 - color contains mainly: blue. Hex color #1006AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1006AA is #EFF955. Grayscale: #1B1B1B. Windows color (decimal): -15726934 or 11142672. OLE color: 11142672.

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

Color convert

RGB166170-
CMYK0.910.9600.33
HSL243.66º93.18%34.51%-
HSV(B)243.66º96.47%66.67%-
XYZ7.533.1438.24-
YUV27.69208.31119.66-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 6 (2.73% from 255) = 3.12%
BLUE value IS 170 (66.80% from 255) = 88.54%
R=8.33%
G=3.12%
B=88.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661700.910.9600.33243.6693.1834.51
Hex106AA5B60021f45d23
Octal20625213314004136413543
Binary1000011010101010101101111000000100001111101001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1006AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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