#1316C8

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

Shades of Medium Blue #1316C8

Tints of Medium Blue #1316C8

Color information

#1316C8 (or 0x1316C8) is unknown color: approx Medium Blue. HEX triplet: 13, 16 and C8. RGB value is (19,22,200). Sum of RGB (Red+Green+Blue) = 19+22+200=241 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.88% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 200 (78.52% from 255 or 82.99% from 241); Max value from RGB is 200 - color contains mainly: blue. Hex color #1316C8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1316C8 is #ECE937. Grayscale: #282828. Windows color (decimal): -15526200 or 13112851. OLE color: 13112851.

HSL color Cylindrical-coordinate representation of color #1316C8: hue angle of 239.01º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1316C8 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1922200-
CMYK0.900.8900.22
HSL239.01º82.65%42.94%-
HSV(B)239.01º90.5%78.43%-
XYZ10.984.8855.01-
YUV41.4217.51112.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.88%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 200 (78.52% from 255) = 82.99%
R=7.88%
G=9.13%
B=82.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19222000.900.8900.22239.0182.6542.94
Hex1316C85A59016ef532b
Octal232631013213102635712353
Binary10011101101100100010110101011001010110111011111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1316C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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