#1306C6

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

Shades of Medium Blue #1306C6

Tints of Medium Blue #1306C6

Color information

#1306C6 (or 0x1306C6) is unknown color: approx Medium Blue. HEX triplet: 13, 06 and C6. RGB value is (19,6,198). Sum of RGB (Red+Green+Blue) = 19+6+198=223 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.52% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 198 (77.73% from 255 or 88.79% from 223); Max value from RGB is 198 - color contains mainly: blue. Hex color #1306C6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306C6 is #ECF939. Grayscale: #1F1F1F. Windows color (decimal): -15530298 or 12977683. OLE color: 12977683.

HSL color Cylindrical-coordinate representation of color #1306C6: hue angle of 244.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1306C6 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196198-
CMYK0.900.9700.22
HSL244.06º94.12%40%-
HSV(B)244.06º96.97%77.65%-
XYZ10.534.3553.71-
YUV31.78221.81118.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.52%
GREEN value IS 6 (2.73% from 255) = 2.69%
BLUE value IS 198 (77.73% from 255) = 88.79%
R=8.52%
G=2.69%
B=88.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961980.900.9700.22244.0694.1240
Hex136C65A61016f45e28
Octal23630613214102636413650
Binary100111101100011010110101100001010110111101001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1306C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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