#1200a2

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

Shades of New Midnight Blue #1200A2

Tints of New Midnight Blue #1200A2

Color information

#1200A2 (or 0x1200A2) is unknown color: approx New Midnight Blue. HEX triplet: 12, 00 and A2. RGB value is (18,0,162). Sum of RGB (Red+Green+Blue) = 18+0+162=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 162 (63.67% from 255 or 90% from 180); Max value from RGB is 162 - color contains mainly: blue. Hex color #1200A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #1200A2 is #EDFF5D. Grayscale: #171717. Windows color (decimal): -15597406 or 10616850. OLE color: 10616850.

HSL color Cylindrical-coordinate representation of color #1200A2: hue angle of 246.67º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1200A2 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB180162-
CMYK0.89100.36
HSL246.67º100%31.76%-
HSV(B)246.67º100%63.53%-
XYZ6.772.7434.35-
YUV23.85205.96123.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 162 (63.67% from 255) = 90%
R=10%
G=0%
B=90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1801620.89100.36246.6710031.76
Hex120A25964024f76420
Octal22024213114404436714440
Binary10010010100010101100111001000100100111101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1200a2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1200a2; }

 p { color: rgb(18,0,162); }

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

<style>
 a { background-color: #1200a2; }

 a { background-color: rgb(18,0,162); }

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

<style>
 span { border-color: #1200a2; }

 span { border-color: rgb(18,0,162); }

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