Html Css Color HEX #120BCE Medium Blue

📋 copy color: '#120BCE'

red 18 ◦ green 11 ◦ blue 206

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

Shades of Medium Blue #120BCE

Tints of Medium Blue #120BCE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.68%

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

R = 7.66%
G = 4.68%
B = 87.66%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120BCE (or 0x120BCE) is known color: Medium Blue. HEX triplet: 12, 0B and CE. RGB value is (18,11,206). Sum of RGB (Red+Green+Blue) = 18+11+206=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 206 (80.86% from 255 or 87.66% from 235); Max value from RGB is 206 - color contains mainly: blue. Hex color #120BCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BCE is #EDF431. Grayscale: #222222. Windows color (decimal): -15594546 or 13503250. OLE color: 13503250.

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

Color convert

RGB 18 11 206 -
CMYK 0.91 0.95 0 0.19
HSL 242.15º 0.9% 0.43% -
HSV(B) 242.15º 0.95% 0.81% -
XYZ 11.51 4.82 58.72 -
YUV 35.32 224.32 115.64 -
System Red Green Blue C M Y K H S L
Decimal 18 11 206 0.91 0.95 0 0.19 242.15 0.9 0.43
Hex 12 B CE 5B 5F 0 13 F2 5A 2B
Octal 22 13 316 133 137 0 23 362 132 53
Binary 10010 1011 11001110 1011011 1011111 0 10011 11110010 1011010 101011

Color Harmonies of #120BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BCE

Black with #120BCE

Text Example


Text Example

White with #120BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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