Html Css Color HEX #120ABA Medium Blue

📋 copy color: '#120ABA'

red 18 ◦ green 10 ◦ blue 186

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

Shades of Medium Blue #120ABA

Tints of Medium Blue #120ABA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.67%

 BLUE value IS 186 (73.05% from 255) = 86.92%

R = 8.41%
G = 4.67%
B = 86.92%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#120ABA (or 0x120ABA) is known color: Medium Blue. HEX triplet: 12, 0A and BA. RGB value is (18,10,186). Sum of RGB (Red+Green+Blue) = 18+10+186=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 10 (4.30% from 255 or 4.67% from 214); Blue value is 186 (73.05% from 255 or 86.92% from 214); Max value from RGB is 186 - color contains mainly: blue. Hex color #120ABA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ABA is #EDF545. Grayscale: #1F1F1F. Windows color (decimal): -15594822 or 12192274. OLE color: 12192274.

HSL color Cylindrical-coordinate representation of color #120ABA: hue angle of 242.73º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ABA is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 10 186 -
CMYK 0.90 0.95 0 0.27
HSL 242.73º 0.9% 0.38% -
HSV(B) 242.73º 0.95% 0.73% -
XYZ 9.22 3.89 46.72 -
YUV 32.46 214.65 117.69 -
System Red Green Blue C M Y K H S L
Decimal 18 10 186 0.90 0.95 0 0.27 242.73 0.9 0.38
Hex 12 A BA 5A 5F 0 1B F3 5A 26
Octal 22 12 272 132 137 0 33 363 132 46
Binary 10010 1010 10111010 1011010 1011111 0 11011 11110011 1011010 100110

Color Harmonies of #120ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ABA

Black with #120ABA

Text Example


Text Example

White with #120ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,10,186); }

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

background-color css

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

 a { background-color: rgb(18,10,186); }

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

border-color css

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

 span { border-color: rgb(18,10,186); }

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