#1319D9

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

Shades of Medium Blue #1319D9

Tints of Medium Blue #1319D9

Color information

#1319D9 (or 0x1319D9) is unknown color: approx Medium Blue. HEX triplet: 13, 19 and D9. RGB value is (19,25,217). Sum of RGB (Red+Green+Blue) = 19+25+217=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 217 (85.16% from 255 or 83.14% from 261); Max value from RGB is 217 - color contains mainly: blue. Hex color #1319D9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1319D9 is #ECE626. Grayscale: #2C2C2C. Windows color (decimal): -15525415 or 14227731. OLE color: 14227731.

HSL color Cylindrical-coordinate representation of color #1319D9: hue angle of 238.18º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1319D9 is Cyan = 0.91, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1925217-
CMYK0.910.8800.15
HSL238.18º83.9%46.27%-
HSV(B)238.18º91.24%85.1%-
XYZ13.145.8466.08-
YUV45.09225.01109.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.28%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 217 (85.16% from 255) = 83.14%
R=7.28%
G=9.58%
B=83.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19252170.910.8800.15238.1883.946.27
Hex1319D95B580Fee542e
Octal233133113313001735612456
Binary1001111001110110011011011101100001111111011101010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1319D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1319D9; }

 p { color: rgb(19,25,217); }

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

<style>
 a { background-color: #1319D9; }

 a { background-color: rgb(19,25,217); }

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

<style>
 span { border-color: #1319D9; }

 span { border-color: rgb(19,25,217); }

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