Html Css Color HEX #120DCB Medium Blue

📋 copy color: '#120DCB'

red 18 ◦ green 13 ◦ blue 203

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

Shades of Medium Blue #120DCB

Tints of Medium Blue #120DCB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

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

R = 7.69%
G = 5.56%
B = 86.75%

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

#120DCB (or 0x120DCB) is known color: Medium Blue. HEX triplet: 12, 0D and CB. RGB value is (18,13,203). Sum of RGB (Red+Green+Blue) = 18+13+203=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 203 (79.69% from 255 or 86.75% from 234); Max value from RGB is 203 - color contains mainly: blue. Hex color #120DCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120DCB is #EDF234. Grayscale: #232323. Windows color (decimal): -15594037 or 13307154. OLE color: 13307154.

HSL color Cylindrical-coordinate representation of color #120DCB: hue angle of 241.58º degrees, saturation: 0.88, 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 #120DCB is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 13 203 -
CMYK 0.91 0.94 0 0.20
HSL 241.58º 0.88% 0.42% -
HSV(B) 241.58º 0.94% 0.8% -
XYZ 11.17 4.73 56.82 -
YUV 36.16 222.16 115.05 -
System Red Green Blue C M Y K H S L
Decimal 18 13 203 0.91 0.94 0 0.20 241.58 0.88 0.42
Hex 12 D CB 5B 5E 0 14 F2 58 2A
Octal 22 15 313 133 136 0 24 362 130 52
Binary 10010 1101 11001011 1011011 1011110 0 10100 11110010 1011000 101010

Color Harmonies of #120DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120DCB

Black with #120DCB

Text Example


Text Example

White with #120DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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