Html Css Color HEX #120CC3 Medium Blue

📋 copy color: '#120CC3'

red 18 ◦ green 12 ◦ blue 195

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

Shades of Medium Blue #120CC3

Tints of Medium Blue #120CC3

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.33%

 BLUE value IS 195 (76.56% from 255) = 86.67%

R = 8%
G = 5.33%
B = 86.67%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#120CC3 (or 0x120CC3) is known color: Medium Blue. HEX triplet: 12, 0C and C3. RGB value is (18,12,195). Sum of RGB (Red+Green+Blue) = 18+12+195=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 195 (76.56% from 255 or 86.67% from 225); Max value from RGB is 195 - color contains mainly: blue. Hex color #120CC3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CC3 is #EDF33C. Grayscale: #212121. Windows color (decimal): -15594301 or 12782610. OLE color: 12782610.

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

Color convert

RGB 18 12 195 -
CMYK 0.91 0.94 0 0.24
HSL 241.97º 0.88% 0.41% -
HSV(B) 241.97º 0.94% 0.76% -
XYZ 10.23 4.33 51.93 -
YUV 34.66 218.49 116.12 -
System Red Green Blue C M Y K H S L
Decimal 18 12 195 0.91 0.94 0 0.24 241.97 0.88 0.41
Hex 12 C C3 5B 5E 0 18 F2 58 29
Octal 22 14 303 133 136 0 30 362 130 51
Binary 10010 1100 11000011 1011011 1011110 0 11000 11110010 1011000 101001

Color Harmonies of #120CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CC3

Black with #120CC3

Text Example


Text Example

White with #120CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,12,195); }

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

background-color css

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

 a { background-color: rgb(18,12,195); }

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

border-color css

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

 span { border-color: rgb(18,12,195); }

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