Html Css Color HEX #120BBD Medium Blue

📋 copy color: '#120BBD'

red 18 ◦ green 11 ◦ blue 189

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

Shades of Medium Blue #120BBD

Tints of Medium Blue #120BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 86.7%

R = 8.26%
G = 5.05%
B = 86.7%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#120BBD (or 0x120BBD) is known color: Medium Blue. HEX triplet: 12, 0B and BD. RGB value is (18,11,189). Sum of RGB (Red+Green+Blue) = 18+11+189=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 189 (74.22% from 255 or 86.70% from 218); Max value from RGB is 189 - color contains mainly: blue. Hex color #120BBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120BBD is #EDF442. Grayscale: #202020. Windows color (decimal): -15594563 or 12389138. OLE color: 12389138.

HSL color Cylindrical-coordinate representation of color #120BBD: hue angle of 242.36º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120BBD is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 11 189 -
CMYK 0.90 0.94 0 0.26
HSL 242.36º 0.89% 0.39% -
HSV(B) 242.36º 0.94% 0.74% -
XYZ 9.55 4.04 48.42 -
YUV 33.39 215.82 117.03 -
System Red Green Blue C M Y K H S L
Decimal 18 11 189 0.90 0.94 0 0.26 242.36 0.89 0.39
Hex 12 B BD 5A 5E 0 1A F2 59 27
Octal 22 13 275 132 136 0 32 362 131 47
Binary 10010 1011 10111101 1011010 1011110 0 11010 11110010 1011001 100111

Color Harmonies of #120BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120BBD

Black with #120BBD

Text Example


Text Example

White with #120BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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