#120CB2

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

Shades of New Midnight Blue #120CB2

Tints of New Midnight Blue #120CB2

Color information

#120CB2 (or 0x120CB2) is unknown color: approx New Midnight Blue. HEX triplet: 12, 0C and B2. RGB value is (18,12,178). Sum of RGB (Red+Green+Blue) = 18+12+178=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 178 (69.92% from 255 or 85.58% from 208); Max value from RGB is 178 - color contains mainly: blue. Hex color #120CB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120CB2 is #EDF34D. Grayscale: #202020. Windows color (decimal): -15594318 or 11668498. OLE color: 11668498.

HSL color Cylindrical-coordinate representation of color #120CB2: hue angle of 242.17º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120CB2 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB1812178-
CMYK0.900.9300.30
HSL242.17º87.37%37.25%-
HSV(B)242.17º93.26%69.8%-
XYZ8.423.6142.37-
YUV32.72209.99117.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 178 (69.92% from 255) = 85.58%
R=8.65%
G=5.77%
B=85.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18121780.900.9300.30242.1787.3737.25
Hex12CB25A5D01Ef25725
Octal221426213213503636212745
Binary1001011001011001010110101011101011110111100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120CB2; }

 p { color: rgb(18,12,178); }

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

<style>
 a { background-color: #120CB2; }

 a { background-color: rgb(18,12,178); }

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

<style>
 span { border-color: #120CB2; }

 span { border-color: rgb(18,12,178); }

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