#1019BC

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

Shades of Medium Blue #1019BC

Tints of Medium Blue #1019BC

Color information

#1019BC (or 0x1019BC) is unknown color: approx Medium Blue. HEX triplet: 10, 19 and BC. RGB value is (16,25,188). Sum of RGB (Red+Green+Blue) = 16+25+188=229 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.99% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 188 (73.83% from 255 or 82.10% from 229); Max value from RGB is 188 - color contains mainly: blue. Hex color #1019BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1019BC is #EFE643. Grayscale: #282828. Windows color (decimal): -15722052 or 12327184. OLE color: 12327184.

HSL color Cylindrical-coordinate representation of color #1019BC: hue angle of 236.86º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1019BC is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1625188-
CMYK0.910.8700.26
HSL236.86º84.31%40%-
HSV(B)236.86º91.49%73.73%-
XYZ9.644.4447.93-
YUV40.89211.02110.25-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.99%
GREEN value IS 25 (10.16% from 255) = 10.92%
BLUE value IS 188 (73.83% from 255) = 82.10%
R=6.99%
G=10.92%
B=82.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal16251880.910.8700.26236.8684.3140
Hex1019BC5B5701Aed5428
Octal203127413312703235512450
Binary10000110011011110010110111010111011010111011011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1019BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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