#1316C5

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

Shades of Medium Blue #1316C5

Tints of Medium Blue #1316C5

Color information

#1316C5 (or 0x1316C5) is unknown color: approx Medium Blue. HEX triplet: 13, 16 and C5. RGB value is (19,22,197). Sum of RGB (Red+Green+Blue) = 19+22+197=238 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.98% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 197 (77.34% from 255 or 82.77% from 238); Max value from RGB is 197 - color contains mainly: blue. Hex color #1316C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316C5 is #ECE93A. Grayscale: #282828. Windows color (decimal): -15526203 or 12916243. OLE color: 12916243.

HSL color Cylindrical-coordinate representation of color #1316C5: hue angle of 238.99º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1316C5 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1922197-
CMYK0.900.8900.23
HSL238.99º82.41%42.35%-
HSV(B)238.99º90.36%77.25%-
XYZ10.634.7453.18-
YUV41.05216.01112.27-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.98%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 197 (77.34% from 255) = 82.77%
R=7.98%
G=9.24%
B=82.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19221970.900.8900.23238.9982.4142.35
Hex1316C55A59017ef522a
Octal232630513213102735712252
Binary10011101101100010110110101011001010111111011111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1316C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1316C5; }

 p { color: rgb(19,22,197); }

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

<style>
 a { background-color: #1316C5; }

 a { background-color: rgb(19,22,197); }

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

<style>
 span { border-color: #1316C5; }

 span { border-color: rgb(19,22,197); }

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