#120EB2

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

Shades of New Midnight Blue #120EB2

Tints of New Midnight Blue #120EB2

Color information

#120EB2 (or 0x120EB2) is unknown color: approx New Midnight Blue. HEX triplet: 12, 0E and B2. RGB value is (18,14,178). Sum of RGB (Red+Green+Blue) = 18+14+178=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 178 (69.92% from 255 or 84.76% from 210); Max value from RGB is 178 - color contains mainly: blue. Hex color #120EB2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #120EB2 is #EDF14D. Grayscale: #212121. Windows color (decimal): -15593806 or 11669010. OLE color: 11669010.

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

Color convert

RGB1814178-
CMYK0.900.9200.30
HSL241.46º85.42%37.65%-
HSV(B)241.46º92.13%69.8%-
XYZ8.443.6642.38-
YUV33.89209.33116.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 178 (69.92% from 255) = 84.76%
R=8.57%
G=6.67%
B=84.76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal18141780.900.9200.30241.4685.4237.65
Hex12EB25A5C01Ef15526
Octal221626213213403636112546
Binary1001011101011001010110101011100011110111100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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