Html Css Color HEX #120FBA Medium Blue

📋 copy color: '#120FBA'

red 18 ◦ green 15 ◦ blue 186

#120FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #120FBA

Tints of Medium Blue #120FBA

RGB

 RED value IS 18 (7.42% from 255) = 8.22%

 GREEN value IS 15 (6.25% from 255) = 6.85%

 BLUE value IS 186 (73.05% from 255) = 84.93%

R = 8.22%
G = 6.85%
B = 84.93%

CMYK

 C value IS 0.90

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#120FBA (or 0x120FBA) is known color: Medium Blue. HEX triplet: 12, 0F and BA. RGB value is (18,15,186). Sum of RGB (Red+Green+Blue) = 18+15+186=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 186 (73.05% from 255 or 84.93% from 219); Max value from RGB is 186 - color contains mainly: blue. Hex color #120FBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120FBA is #EDF045. Grayscale: #222222. Windows color (decimal): -15593542 or 12193554. OLE color: 12193554.

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

Color convert

RGB 18 15 186 -
CMYK 0.90 0.92 0 0.27
HSL 241.05º 0.85% 0.39% -
HSV(B) 241.05º 0.92% 0.73% -
XYZ 9.28 4.02 46.74 -
YUV 35.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 18 15 186 0.90 0.92 0 0.27 241.05 0.85 0.39
Hex 12 F BA 5A 5C 0 1B F1 55 27
Octal 22 17 272 132 134 0 33 361 125 47
Binary 10010 1111 10111010 1011010 1011100 0 11011 11110001 1010101 100111

Color Harmonies of #120FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120FBA

Black with #120FBA

Text Example


Text Example

White with #120FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #120FBA;
 }
 .AnyTagClassName
 {
   color: #120FBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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