#1406C3

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

Shades of Medium Blue #1406C3

Tints of Medium Blue #1406C3

Color information

#1406C3 (or 0x1406C3) is unknown color: approx Medium Blue. HEX triplet: 14, 06 and C3. RGB value is (20,6,195). Sum of RGB (Red+Green+Blue) = 20+6+195=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 6 (2.73% from 255 or 2.71% from 221); Blue value is 195 (76.56% from 255 or 88.24% from 221); Max value from RGB is 195 - color contains mainly: blue. Hex color #1406C3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406C3 is #EBF93C. Grayscale: #1E1E1E. Windows color (decimal): -15464765 or 12781076. OLE color: 12781076.

HSL color Cylindrical-coordinate representation of color #1406C3: hue angle of 244.44º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406C3 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB206195-
CMYK0.900.9700.24
HSL244.44º94.03%39.41%-
HSV(B)244.44º96.92%76.47%-
XYZ10.24.2251.91-
YUV31.73220.14119.63-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.05%
GREEN value IS 6 (2.73% from 255) = 2.71%
BLUE value IS 195 (76.56% from 255) = 88.24%
R=9.05%
G=2.71%
B=88.24%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal2061950.900.9700.24244.4494.0339.41
Hex146C35A61018f45e27
Octal24630313214103036413647
Binary101001101100001110110101100001011000111101001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1406C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1406C3; }

 p { color: rgb(20,6,195); }

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

<style>
 a { background-color: #1406C3; }

 a { background-color: rgb(20,6,195); }

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

<style>
 span { border-color: #1406C3; }

 span { border-color: rgb(20,6,195); }

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