#1411BA

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

Shades of Medium Blue #1411BA

Tints of Medium Blue #1411BA

Color information

#1411BA (or 0x1411BA) is unknown color: approx Medium Blue. HEX triplet: 14, 11 and BA. RGB value is (20,17,186). Sum of RGB (Red+Green+Blue) = 20+17+186=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 186 (73.05% from 255 or 83.41% from 223); Max value from RGB is 186 - color contains mainly: blue. Hex color #1411BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1411BA is #EBEE45. Grayscale: #242424. Windows color (decimal): -15461958 or 12194068. OLE color: 12194068.

HSL color Cylindrical-coordinate representation of color #1411BA: hue angle of 241.07º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1411BA is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2017186-
CMYK0.890.9100.27
HSL241.07º83.25%39.8%-
HSV(B)241.07º90.86%72.94%-
XYZ9.354.0946.75-
YUV37.16211.99115.76-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 17 (7.03% from 255) = 7.62%
BLUE value IS 186 (73.05% from 255) = 83.41%
R=8.97%
G=7.62%
B=83.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20171860.890.9100.27241.0783.2539.8
Hex1411BA595B01Bf15328
Octal242127213113303336112350
Binary10100100011011101010110011011011011011111100011010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1411BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1411BA; }

 p { color: rgb(20,17,186); }

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

<style>
 a { background-color: #1411BA; }

 a { background-color: rgb(20,17,186); }

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

<style>
 span { border-color: #1411BA; }

 span { border-color: rgb(20,17,186); }

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