#2012C5

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

Shades of Medium Blue #2012C5

Tints of Medium Blue #2012C5

Color information

#2012C5 (or 0x2012C5) is unknown color: approx Medium Blue. HEX triplet: 20, 12 and C5. RGB value is (32,18,197). Sum of RGB (Red+Green+Blue) = 32+18+197=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 197 (77.34% from 255 or 79.76% from 247); Max value from RGB is 197 - color contains mainly: blue. Hex color #2012C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012C5 is #DFED3A. Grayscale: #292929. Windows color (decimal): -14675259 or 12915232. OLE color: 12915232.

HSL color Cylindrical-coordinate representation of color #2012C5: hue angle of 244.69º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012C5 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB3218197-
CMYK0.840.9100.23
HSL244.69º83.26%42.16%-
HSV(B)244.69º90.86%77.25%-
XYZ10.894.7753.17-
YUV42.59215.14120.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.96%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 197 (77.34% from 255) = 79.76%
R=12.96%
G=7.29%
B=79.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal32181970.840.9100.23244.6983.2642.16
Hex2012C5545B017f5532a
Octal402230512413302736512352
Binary100000100101100010110101001011011010111111101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2012C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2012C5; }

 p { color: rgb(32,18,197); }

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

<style>
 a { background-color: #2012C5; }

 a { background-color: rgb(32,18,197); }

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

<style>
 span { border-color: #2012C5; }

 span { border-color: rgb(32,18,197); }

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