#1019D7

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

Shades of Medium Blue #1019D7

Tints of Medium Blue #1019D7

Color information

#1019D7 (or 0x1019D7) is unknown color: approx Medium Blue. HEX triplet: 10, 19 and D7. RGB value is (16,25,215). Sum of RGB (Red+Green+Blue) = 16+25+215=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 215 (84.38% from 255 or 83.98% from 256); Max value from RGB is 215 - color contains mainly: blue. Hex color #1019D7 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019D7 is #EFE628. Grayscale: #2B2B2B. Windows color (decimal): -15722025 or 14096656. OLE color: 14096656.

HSL color Cylindrical-coordinate representation of color #1019D7: hue angle of 237.29º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1019D7 is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1625215-
CMYK0.930.8800.16
HSL237.29º86.15%45.29%-
HSV(B)237.29º92.56%84.31%-
XYZ12.835.7164.72-
YUV43.97224.52108.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.25%
GREEN value IS 25 (10.16% from 255) = 9.77%
BLUE value IS 215 (84.38% from 255) = 83.98%
R=6.25%
G=9.77%
B=83.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16252150.930.8800.16237.2986.1545.29
Hex1019D75D58010ed562d
Octal203132713513002035512655
Binary10000110011101011110111011011000010000111011011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1019D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1019D7; }

 p { color: rgb(16,25,215); }

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

<style>
 a { background-color: #1019D7; }

 a { background-color: rgb(16,25,215); }

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

<style>
 span { border-color: #1019D7; }

 span { border-color: rgb(16,25,215); }

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