#120FB7

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

Shades of Medium Blue #120FB7

Tints of Medium Blue #120FB7

Color information

#120FB7 (or 0x120FB7) is unknown color: approx Medium Blue. HEX triplet: 12, 0F and B7. RGB value is (18,15,183). Sum of RGB (Red+Green+Blue) = 18+15+183=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 183 (71.88% from 255 or 84.72% from 216); Max value from RGB is 183 - color contains mainly: blue. Hex color #120FB7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FB7 is #EDF048. Grayscale: #222222. Windows color (decimal): -15593545 or 11996946. OLE color: 11996946.

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

Color convert

RGB1815183-
CMYK0.900.9200.28
HSL241.07º84.85%38.82%-
HSV(B)241.07º91.8%71.76%-
XYZ8.973.8945.08-
YUV35.05211.49115.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.33%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 183 (71.88% from 255) = 84.72%
R=8.33%
G=6.94%
B=84.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18151830.900.9200.28241.0784.8538.82
Hex12FB75A5C01Cf15527
Octal221726713213403436112547
Binary1001011111011011110110101011100011100111100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,15,183); }

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

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

 a { background-color: rgb(18,15,183); }

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

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

 span { border-color: rgb(18,15,183); }

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