#1211C4

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

Shades of Medium Blue #1211C4

Tints of Medium Blue #1211C4

Color information

#1211C4 (or 0x1211C4) is unknown color: approx Medium Blue. HEX triplet: 12, 11 and C4. RGB value is (18,17,196). Sum of RGB (Red+Green+Blue) = 18+17+196=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 196 (76.95% from 255 or 84.85% from 231); Max value from RGB is 196 - color contains mainly: blue. Hex color #1211C4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1211C4 is #EDEE3B. Grayscale: #242424. Windows color (decimal): -15593020 or 12849426. OLE color: 12849426.

HSL color Cylindrical-coordinate representation of color #1211C4: hue angle of 240.34º degrees, saturation: 0.84, 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 #1211C4 is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1817196-
CMYK0.910.9100.23
HSL240.34º84.04%41.76%-
HSV(B)240.34º91.33%76.86%-
XYZ10.414.5252.55-
YUV37.7217.33113.95-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.79%
GREEN value IS 17 (7.03% from 255) = 7.36%
BLUE value IS 196 (76.95% from 255) = 84.85%
R=7.79%
G=7.36%
B=84.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18171960.910.9100.23240.3484.0441.76
Hex1211C45B5B017f0542a
Octal222130413313302736012452
Binary10010100011100010010110111011011010111111100001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1211C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1211C4; }

 p { color: rgb(18,17,196); }

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

<style>
 a { background-color: #1211C4; }

 a { background-color: rgb(18,17,196); }

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

<style>
 span { border-color: #1211C4; }

 span { border-color: rgb(18,17,196); }

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