#120CBC

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

Shades of Medium Blue #120CBC

Tints of Medium Blue #120CBC

Color information

#120CBC (or 0x120CBC) is unknown color: approx Medium Blue. HEX triplet: 12, 0C and BC. RGB value is (18,12,188). Sum of RGB (Red+Green+Blue) = 18+12+188=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 188 (73.83% from 255 or 86.24% from 218); Max value from RGB is 188 - color contains mainly: blue. Hex color #120CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120CBC is #EDF343. Grayscale: #212121. Windows color (decimal): -15594308 or 12323858. OLE color: 12323858.

HSL color Cylindrical-coordinate representation of color #120CBC: hue angle of 242.05º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120CBC is Cyan = 0.90, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1812188-
CMYK0.900.9400.26
HSL242.05º88%39.22%-
HSV(B)242.05º93.62%73.73%-
XYZ9.464.0247.85-
YUV33.86214.99116.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.26%
GREEN value IS 12 (5.08% from 255) = 5.50%
BLUE value IS 188 (73.83% from 255) = 86.24%
R=8.26%
G=5.50%
B=86.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18121880.900.9400.26242.058839.22
Hex12CBC5A5E01Af25827
Octal221427413213603236213047
Binary1001011001011110010110101011110011010111100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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