Html Css Color HEX #120CCE Medium Blue

📋 copy color: '#120CCE'

red 18 ◦ green 12 ◦ blue 206

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

Shades of Medium Blue #120CCE

Tints of Medium Blue #120CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 87.29%

R = 7.63%
G = 5.08%
B = 87.29%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120CCE (or 0x120CCE) is known color: Medium Blue. HEX triplet: 12, 0C and CE. RGB value is (18,12,206). Sum of RGB (Red+Green+Blue) = 18+12+206=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 206 (80.86% from 255 or 87.29% from 236); Max value from RGB is 206 - color contains mainly: blue. Hex color #120CCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CCE is #EDF331. Grayscale: #232323. Windows color (decimal): -15594290 or 13503506. OLE color: 13503506.

HSL color Cylindrical-coordinate representation of color #120CCE: hue angle of 241.86º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120CCE is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 12 206 -
CMYK 0.91 0.94 0 0.19
HSL 241.86º 0.89% 0.43% -
HSV(B) 241.86º 0.94% 0.81% -
XYZ 11.52 4.85 58.72 -
YUV 35.91 223.99 115.23 -
System Red Green Blue C M Y K H S L
Decimal 18 12 206 0.91 0.94 0 0.19 241.86 0.89 0.43
Hex 12 C CE 5B 5E 0 13 F2 59 2B
Octal 22 14 316 133 136 0 23 362 131 53
Binary 10010 1100 11001110 1011011 1011110 0 10011 11110010 1011001 101011

Color Harmonies of #120CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CCE

Black with #120CCE

Text Example


Text Example

White with #120CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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