#1406BC

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

Shades of Medium Blue #1406BC

Tints of Medium Blue #1406BC

Color information

#1406BC (or 0x1406BC) is unknown color: approx Medium Blue. HEX triplet: 14, 06 and BC. RGB value is (20,6,188). Sum of RGB (Red+Green+Blue) = 20+6+188=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #1406BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406BC is #EBF943. Grayscale: #1E1E1E. Windows color (decimal): -15464772 or 12322324. OLE color: 12322324.

HSL color Cylindrical-coordinate representation of color #1406BC: hue angle of 244.62º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1406BC is Cyan = 0.89, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB206188-
CMYK0.890.9700.26
HSL244.62º93.81%38.04%-
HSV(B)244.62º96.81%73.73%-
XYZ9.433.9147.83-
YUV30.93216.64120.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.35%
GREEN value IS 6 (2.73% from 255) = 2.80%
BLUE value IS 188 (73.83% from 255) = 87.85%
R=9.35%
G=2.80%
B=87.85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal2061880.890.9700.26244.6293.8138.04
Hex146BC596101Af55e26
Octal24627413114103236513646
Binary101001101011110010110011100001011010111101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1406BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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