Html Css Color HEX #120EC1 Medium Blue

📋 copy color: '#120EC1'

red 18 ◦ green 14 ◦ blue 193

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

Shades of Medium Blue #120EC1

Tints of Medium Blue #120EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 85.78%

R = 8%
G = 6.22%
B = 85.78%

CMYK

 C value IS 0.91

 M value IS 0.93

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#120EC1 (or 0x120EC1) is known color: Medium Blue. HEX triplet: 12, 0E and C1. RGB value is (18,14,193). Sum of RGB (Red+Green+Blue) = 18+14+193=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 193 (75.78% from 255 or 85.78% from 225); Max value from RGB is 193 - color contains mainly: blue. Hex color #120EC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120EC1 is #EDF13E. Grayscale: #222222. Windows color (decimal): -15593791 or 12652050. OLE color: 12652050.

HSL color Cylindrical-coordinate representation of color #120EC1: hue angle of 241.34º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120EC1 is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 14 193 -
CMYK 0.91 0.93 0 0.24
HSL 241.34º 0.86% 0.41% -
HSV(B) 241.34º 0.93% 0.76% -
XYZ 10.03 4.29 50.75 -
YUV 35.6 216.83 115.45 -
System Red Green Blue C M Y K H S L
Decimal 18 14 193 0.91 0.93 0 0.24 241.34 0.86 0.41
Hex 12 E C1 5B 5D 0 18 F1 56 29
Octal 22 16 301 133 135 0 30 361 126 51
Binary 10010 1110 11000001 1011011 1011101 0 11000 11110001 1010110 101001

Color Harmonies of #120EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120EC1

Black with #120EC1

Text Example


Text Example

White with #120EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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