#120FBB

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

Shades of Medium Blue #120FBB

Tints of Medium Blue #120FBB

Color information

#120FBB (or 0x120FBB) is unknown color: approx Medium Blue. HEX triplet: 12, 0F and BB. RGB value is (18,15,187). Sum of RGB (Red+Green+Blue) = 18+15+187=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 187 (73.44% from 255 or 85% from 220); Max value from RGB is 187 - color contains mainly: blue. Hex color #120FBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FBB is #EDF044. Grayscale: #222222. Windows color (decimal): -15593541 or 12259090. OLE color: 12259090.

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

Color convert

RGB1815187-
CMYK0.900.9200.27
HSL241.05º85.15%39.61%-
HSV(B)241.05º91.98%73.33%-
XYZ9.394.0647.3-
YUV35.51213.49115.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.18%
GREEN value IS 15 (6.25% from 255) = 6.82%
BLUE value IS 187 (73.44% from 255) = 85%
R=8.18%
G=6.82%
B=85%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18151870.900.9200.27241.0585.1539.61
Hex12FBB5A5C01Bf15528
Octal221727313213403336112550
Binary1001011111011101110110101011100011011111100011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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