Html Css Color HEX #120BDA Medium Blue

📋 copy color: '#120BDA'

red 18 ◦ green 11 ◦ blue 218

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

Shades of Medium Blue #120BDA

Tints of Medium Blue #120BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 88.26%

R = 7.29%
G = 4.45%
B = 88.26%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#120BDA (or 0x120BDA) is known color: Medium Blue. HEX triplet: 12, 0B and DA. RGB value is (18,11,218). Sum of RGB (Red+Green+Blue) = 18+11+218=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 218 (85.55% from 255 or 88.26% from 247); Max value from RGB is 218 - color contains mainly: blue. Hex color #120BDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BDA is #EDF425. Grayscale: #232323. Windows color (decimal): -15594534 or 14289682. OLE color: 14289682.

HSL color Cylindrical-coordinate representation of color #120BDA: hue angle of 242.03º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120BDA is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 11 218 -
CMYK 0.92 0.95 0 0.15
HSL 242.03º 0.9% 0.45% -
HSV(B) 242.03º 0.95% 0.85% -
XYZ 13.02 5.43 66.69 -
YUV 36.69 230.32 114.67 -
System Red Green Blue C M Y K H S L
Decimal 18 11 218 0.92 0.95 0 0.15 242.03 0.9 0.45
Hex 12 B DA 5C 5F 0 F F2 5A 2D
Octal 22 13 332 134 137 0 17 362 132 55
Binary 10010 1011 11011010 1011100 1011111 0 1111 11110010 1011010 101101

Color Harmonies of #120BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BDA

Black with #120BDA

Text Example


Text Example

White with #120BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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