#1310DF

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

Shades of Medium Blue #1310DF

Tints of Medium Blue #1310DF

Color information

#1310DF (or 0x1310DF) is unknown color: approx Medium Blue. HEX triplet: 13, 10 and DF. RGB value is (19,16,223). Sum of RGB (Red+Green+Blue) = 19+16+223=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #1310DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1310DF is #ECEF20. Grayscale: #272727. Windows color (decimal): -15527713 or 14618643. OLE color: 14618643.

HSL color Cylindrical-coordinate representation of color #1310DF: hue angle of 240.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1310DF is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1916223-
CMYK0.910.9300.13
HSL240.87º86.61%46.86%-
HSV(B)240.87º92.83%87.45%-
XYZ13.775.8470.21-
YUV40.5230.99112.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 16 (6.64% from 255) = 6.20%
BLUE value IS 223 (87.5% from 255) = 86.43%
R=7.36%
G=6.20%
B=86.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal19162230.910.9300.13240.8786.6146.86
Hex1310DF5B5D0Df1572f
Octal232033713313501536112757
Binary1001110000110111111011011101110101101111100011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1310DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1310DF; }

 p { color: rgb(19,16,223); }

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

<style>
 a { background-color: #1310DF; }

 a { background-color: rgb(19,16,223); }

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

<style>
 span { border-color: #1310DF; }

 span { border-color: rgb(19,16,223); }

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