#1201AA

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

Shades of New Midnight Blue #1201AA

Tints of New Midnight Blue #1201AA

Color information

#1201AA (or 0x1201AA) is unknown color: approx New Midnight Blue. HEX triplet: 12, 01 and AA. RGB value is (18,1,170). Sum of RGB (Red+Green+Blue) = 18+1+170=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 170 (66.80% from 255 or 89.95% from 189); Max value from RGB is 170 - color contains mainly: blue. Hex color #1201AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1201AA is #EDFE55. Grayscale: #181818. Windows color (decimal): -15597142 or 11141394. OLE color: 11141394.

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

Color convert

RGB181170-
CMYK0.890.9900.33
HSL246.04º98.83%33.53%-
HSV(B)246.04º99.41%66.67%-
XYZ7.523.0538.22-
YUV25.35209.63122.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.52%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 170 (66.80% from 255) = 89.95%
R=9.52%
G=0.53%
B=89.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1811700.890.9900.33246.0498.8333.53
Hex121AA5963021f66322
Octal22125213114304136614342
Binary10010110101010101100111000110100001111101101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1201AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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