#120AC6

Color #120AC6 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #120AC6

Tints of Medium Blue #120AC6

Color information

#120AC6 (or 0x120AC6) is unknown color: approx Medium Blue. HEX triplet: 12, 0A and C6. RGB value is (18,10,198). Sum of RGB (Red+Green+Blue) = 18+10+198=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 198 (77.73% from 255 or 87.61% from 226); Max value from RGB is 198 - color contains mainly: blue. Hex color #120AC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120AC6 is #EDF539. Grayscale: #212121. Windows color (decimal): -15594810 or 12978706. OLE color: 12978706.

HSL color Cylindrical-coordinate representation of color #120AC6: hue angle of 242.55º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120AC6 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1810198-
CMYK0.910.9500.22
HSL242.55º90.38%40.78%-
HSV(B)242.55º94.95%77.65%-
XYZ10.554.4253.72-
YUV33.82220.65116.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.96%
GREEN value IS 10 (4.30% from 255) = 4.42%
BLUE value IS 198 (77.73% from 255) = 87.61%
R=7.96%
G=4.42%
B=87.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18101980.910.9500.22242.5590.3840.78
Hex12AC65B5F016f35a29
Octal221230613313702636313251
Binary1001010101100011010110111011111010110111100111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #120AC6;
 }
 .AnyTagClassName
 {
   color: #120AC6;
 }
</style>
background-color css

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

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

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

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

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

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