#1012AA

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

Shades of New Midnight Blue #1012AA

Tints of New Midnight Blue #1012AA

Color information

#1012AA (or 0x1012AA) is unknown color: approx New Midnight Blue. HEX triplet: 10, 12 and AA. RGB value is (16,18,170). Sum of RGB (Red+Green+Blue) = 16+18+170=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 170 (66.80% from 255 or 83.33% from 204); Max value from RGB is 170 - color contains mainly: blue. Hex color #1012AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1012AA is #EFED55. Grayscale: #222222. Windows color (decimal): -15723862 or 11145744. OLE color: 11145744.

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

Color convert

RGB1618170-
CMYK0.910.8900.33
HSL239.22º82.8%36.47%-
HSV(B)239.22º90.59%66.67%-
XYZ7.693.4538.29-
YUV34.73204.34114.64-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 170 (66.80% from 255) = 83.33%
R=7.84%
G=8.82%
B=83.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16181700.910.8900.33239.2282.836.47
Hex1012AA5B59021ef5324
Octal202225213313104135712344
Binary100001001010101010101101110110010100001111011111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1012AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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