Html Css Color HEX #120CCB Medium Blue

📋 copy color: '#120CCB'

red 18 ◦ green 12 ◦ blue 203

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

Shades of Medium Blue #120CCB

Tints of Medium Blue #120CCB

RGB

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

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

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

R = 7.73%
G = 5.15%
B = 87.12%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#120CCB (or 0x120CCB) is known color: Medium Blue. HEX triplet: 12, 0C and CB. RGB value is (18,12,203). Sum of RGB (Red+Green+Blue) = 18+12+203=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 12 (5.08% from 255 or 5.15% from 233); Blue value is 203 (79.69% from 255 or 87.12% from 233); Max value from RGB is 203 - color contains mainly: blue. Hex color #120CCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CCB is #EDF334. Grayscale: #222222. Windows color (decimal): -15594293 or 13306898. OLE color: 13306898.

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

Color convert

RGB 18 12 203 -
CMYK 0.91 0.94 0 0.20
HSL 241.88º 0.89% 0.42% -
HSV(B) 241.88º 0.94% 0.8% -
XYZ 11.16 4.7 56.82 -
YUV 35.57 222.49 115.47 -
System Red Green Blue C M Y K H S L
Decimal 18 12 203 0.91 0.94 0 0.20 241.88 0.89 0.42
Hex 12 C CB 5B 5E 0 14 F2 59 2A
Octal 22 14 313 133 136 0 24 362 131 52
Binary 10010 1100 11001011 1011011 1011110 0 10100 11110010 1011001 101010

Color Harmonies of #120CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120CCB

Black with #120CCB

Text Example


Text Example

White with #120CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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