Html Css Color HEX #120BCB Medium Blue

📋 copy color: '#120BCB'

red 18 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #120BCB

Tints of Medium Blue #120BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 87.5%

R = 7.76%
G = 4.74%
B = 87.5%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#120BCB (or 0x120BCB) is known color: Medium Blue. HEX triplet: 12, 0B and CB. RGB value is (18,11,203). Sum of RGB (Red+Green+Blue) = 18+11+203=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #120BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BCB is #EDF434. Grayscale: #222222. Windows color (decimal): -15594549 or 13306642. OLE color: 13306642.

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

Color convert

RGB 18 11 203 -
CMYK 0.91 0.95 0 0.20
HSL 242.19º 0.9% 0.42% -
HSV(B) 242.19º 0.95% 0.8% -
XYZ 11.15 4.68 56.82 -
YUV 34.98 222.82 115.89 -
System Red Green Blue C M Y K H S L
Decimal 18 11 203 0.91 0.95 0 0.20 242.19 0.9 0.42
Hex 12 B CB 5B 5F 0 14 F2 5A 2A
Octal 22 13 313 133 137 0 24 362 132 52
Binary 10010 1011 11001011 1011011 1011111 0 10100 11110010 1011010 101010

Color Harmonies of #120BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BCB

Black with #120BCB

Text Example


Text Example

White with #120BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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