#120CB8

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

Shades of Medium Blue #120CB8

Tints of Medium Blue #120CB8

Color information

#120CB8 (or 0x120CB8) is unknown color: approx Medium Blue. HEX triplet: 12, 0C and B8. RGB value is (18,12,184). Sum of RGB (Red+Green+Blue) = 18+12+184=214 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.41% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 184 (72.27% from 255 or 85.98% from 214); Max value from RGB is 184 - color contains mainly: blue. Hex color #120CB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CB8 is #EDF347. Grayscale: #202020. Windows color (decimal): -15594312 or 12061714. OLE color: 12061714.

HSL color Cylindrical-coordinate representation of color #120CB8: hue angle of 242.09º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120CB8 is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1812184-
CMYK0.900.9300.28
HSL242.09º87.76%38.43%-
HSV(B)242.09º93.48%72.16%-
XYZ9.033.8545.61-
YUV33.4212.99117.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.41%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 184 (72.27% from 255) = 85.98%
R=8.41%
G=5.61%
B=85.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18121840.900.9300.28242.0987.7638.43
Hex12CB85A5D01Cf25826
Octal221427013213503436213046
Binary1001011001011100010110101011101011100111100101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,12,184); }

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

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

 a { background-color: rgb(18,12,184); }

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

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

 span { border-color: rgb(18,12,184); }

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