#1406BE

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

Shades of Medium Blue #1406BE

Tints of Medium Blue #1406BE

Color information

#1406BE (or 0x1406BE) is unknown color: approx Medium Blue. HEX triplet: 14, 06 and BE. RGB value is (20,6,190). Sum of RGB (Red+Green+Blue) = 20+6+190=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #1406BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1406BE is #EBF941. Grayscale: #1E1E1E. Windows color (decimal): -15464770 or 12453396. OLE color: 12453396.

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

Color convert

RGB206190-
CMYK0.890.9700.25
HSL244.57º93.88%38.43%-
HSV(B)244.57º96.84%74.51%-
XYZ9.65448.98-
YUV31.16217.64120.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 190 (74.61% from 255) = 87.96%
R=9.26%
G=2.78%
B=87.96%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2061900.890.9700.25244.5793.8838.43
Hex146BE5961019f55e26
Octal24627613114103136513646
Binary101001101011111010110011100001011001111101011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1406BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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