#1306BC

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

Shades of Medium Blue #1306BC

Tints of Medium Blue #1306BC

Color information

#1306BC (or 0x1306BC) is unknown color: approx Medium Blue. HEX triplet: 13, 06 and BC. RGB value is (19,6,188). Sum of RGB (Red+Green+Blue) = 19+6+188=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 6 (2.73% from 255 or 2.82% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #1306BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1306BC is #ECF943. Grayscale: #1D1D1D. Windows color (decimal): -15530308 or 12322323. OLE color: 12322323.

HSL color Cylindrical-coordinate representation of color #1306BC: hue angle of 244.29º 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 #1306BC is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB196188-
CMYK0.900.9700.26
HSL244.29º93.81%38.04%-
HSV(B)244.29º96.81%73.73%-
XYZ9.413.947.83-
YUV30.64216.81119.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.92%
GREEN value IS 6 (2.73% from 255) = 2.82%
BLUE value IS 188 (73.83% from 255) = 88.26%
R=8.92%
G=2.82%
B=88.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1961880.900.9700.26244.2993.8138.04
Hex136BC5A6101Af45e26
Octal23627413214103236413646
Binary100111101011110010110101100001011010111101001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1306BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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