#1013DF

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

Shades of Medium Blue #1013DF

Tints of Medium Blue #1013DF

Color information

#1013DF (or 0x1013DF) is unknown color: approx Medium Blue. HEX triplet: 10, 13 and DF. RGB value is (16,19,223). Sum of RGB (Red+Green+Blue) = 16+19+223=258 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.20% from 258); Green value is 19 (7.81% from 255 or 7.36% 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 #1013DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1013DF is #EFEC20. Grayscale: #282828. Windows color (decimal): -15723553 or 14619408. OLE color: 14619408.

HSL color Cylindrical-coordinate representation of color #1013DF: hue angle of 239.13º 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 #1013DF is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1619223-
CMYK0.930.9100.13
HSL239.13º86.61%46.86%-
HSV(B)239.13º92.83%87.45%-
XYZ13.775.970.23-
YUV41.36230.51109.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16192230.930.9100.13239.1386.6146.86
Hex1013DF5D5B0Def572f
Octal202333713513301535712757
Binary1000010011110111111011101101101101101111011111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1013DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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