Html Css Color HEX #120ACE Medium Blue

📋 copy color: '#120ACE'

red 18 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #120ACE

Tints of Medium Blue #120ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 88.03%

R = 7.69%
G = 4.27%
B = 88.03%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#120ACE (or 0x120ACE) is known color: Medium Blue. HEX triplet: 12, 0A and CE. RGB value is (18,10,206). Sum of RGB (Red+Green+Blue) = 18+10+206=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #120ACE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120ACE is #EDF531. Grayscale: #212121. Windows color (decimal): -15594802 or 13502994. OLE color: 13502994.

HSL color Cylindrical-coordinate representation of color #120ACE: hue angle of 242.45º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120ACE is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 10 206 -
CMYK 0.91 0.95 0 0.19
HSL 242.45º 0.91% 0.42% -
HSV(B) 242.45º 0.95% 0.81% -
XYZ 11.5 4.8 58.71 -
YUV 34.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 18 10 206 0.91 0.95 0 0.19 242.45 0.91 0.42
Hex 12 A CE 5B 5F 0 13 F2 5B 2A
Octal 22 12 316 133 137 0 23 362 133 52
Binary 10010 1010 11001110 1011011 1011111 0 10011 11110010 1011011 101010

Color Harmonies of #120ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120ACE

Black with #120ACE

Text Example


Text Example

White with #120ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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