Html Css Color HEX #120AB9 Medium Blue

📋 copy color: '#120AB9'

red 18 ◦ green 10 ◦ blue 185

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

Shades of Medium Blue #120AB9

Tints of Medium Blue #120AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 86.85%

R = 8.45%
G = 4.69%
B = 86.85%

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

#120AB9 (or 0x120AB9) is known color: Medium Blue. HEX triplet: 12, 0A and B9. RGB value is (18,10,185). Sum of RGB (Red+Green+Blue) = 18+10+185=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 10 (4.30% from 255 or 4.69% from 213); Blue value is 185 (72.66% from 255 or 86.85% from 213); Max value from RGB is 185 - color contains mainly: blue. Hex color #120AB9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120AB9 is #EDF546. Grayscale: #1F1F1F. Windows color (decimal): -15594823 or 12126738. OLE color: 12126738.

HSL color Cylindrical-coordinate representation of color #120AB9: hue angle of 242.74º 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 #120AB9 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 10 185 -
CMYK 0.90 0.95 0 0.27
HSL 242.74º 0.9% 0.38% -
HSV(B) 242.74º 0.95% 0.73% -
XYZ 9.11 3.85 46.16 -
YUV 32.34 214.15 117.77 -
System Red Green Blue C M Y K H S L
Decimal 18 10 185 0.90 0.95 0 0.27 242.74 0.9 0.38
Hex 12 A B9 5A 5F 0 1B F3 5A 26
Octal 22 12 271 132 137 0 33 363 132 46
Binary 10010 1010 10111001 1011010 1011111 0 11011 11110011 1011010 100110

Color Harmonies of #120AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120AB9

Black with #120AB9

Text Example


Text Example

White with #120AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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