#1306E3

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

Shades of Medium Blue #1306E3

Tints of Medium Blue #1306E3

Color information

#1306E3 (or 0x1306E3) is unknown color: approx Medium Blue. HEX triplet: 13, 06 and E3. RGB value is (19,6,227). Sum of RGB (Red+Green+Blue) = 19+6+227=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 227 (89.06% from 255 or 90.08% from 252); Max value from RGB is 227 - color contains mainly: blue. Hex color #1306E3 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306E3 is #ECF91C. Grayscale: #222222. Windows color (decimal): -15530269 or 14878227. OLE color: 14878227.

HSL color Cylindrical-coordinate representation of color #1306E3: hue angle of 243.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306E3 is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196227-
CMYK0.920.9700.11
HSL243.53º94.85%45.69%-
HSV(B)243.53º97.36%89.02%-
XYZ14.25.8173.05-
YUV35.08236.31116.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.54%
GREEN value IS 6 (2.73% from 255) = 2.38%
BLUE value IS 227 (89.06% from 255) = 90.08%
R=7.54%
G=2.38%
B=90.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1962270.920.9700.11243.5394.8545.69
Hex136E35C610Bf45f2e
Octal23634313414101336413756
Binary10011110111000111011100110000101011111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1306E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1306E3; }

 p { color: rgb(19,6,227); }

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

<style>
 a { background-color: #1306E3; }

 a { background-color: rgb(19,6,227); }

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

<style>
 span { border-color: #1306E3; }

 span { border-color: rgb(19,6,227); }

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