Html Css Color HEX #120EBC Medium Blue

📋 copy color: '#120EBC'

red 18 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #120EBC

Tints of Medium Blue #120EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.36%

 BLUE value IS 188 (73.83% from 255) = 85.45%

R = 8.18%
G = 6.36%
B = 85.45%

CMYK

 C value IS 0.90

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#120EBC (or 0x120EBC) is known color: Medium Blue. HEX triplet: 12, 0E and BC. RGB value is (18,14,188). Sum of RGB (Red+Green+Blue) = 18+14+188=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 188 (73.83% from 255 or 85.45% from 220); Max value from RGB is 188 - color contains mainly: blue. Hex color #120EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EBC is #EDF143. Grayscale: #222222. Windows color (decimal): -15593796 or 12324370. OLE color: 12324370.

HSL color Cylindrical-coordinate representation of color #120EBC: hue angle of 241.38º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120EBC is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 14 188 -
CMYK 0.90 0.93 0 0.26
HSL 241.38º 0.86% 0.4% -
HSV(B) 241.38º 0.93% 0.74% -
XYZ 9.48 4.07 47.86 -
YUV 35.03 214.33 115.85 -
System Red Green Blue C M Y K H S L
Decimal 18 14 188 0.90 0.93 0 0.26 241.38 0.86 0.4
Hex 12 E BC 5A 5D 0 1A F1 56 28
Octal 22 16 274 132 135 0 32 361 126 50
Binary 10010 1110 10111100 1011010 1011101 0 11010 11110001 1010110 101000

Color Harmonies of #120EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120EBC

Black with #120EBC

Text Example


Text Example

White with #120EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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