#1917C0

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

Shades of Medium Blue #1917C0

Tints of Medium Blue #1917C0

Color information

#1917C0 (or 0x1917C0) is unknown color: approx Medium Blue. HEX triplet: 19, 17 and C0. RGB value is (25,23,192). Sum of RGB (Red+Green+Blue) = 25+23+192=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 192 (75.39% from 255 or 80% from 240); Max value from RGB is 192 - color contains mainly: blue. Hex color #1917C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1917C0 is #E6E83F. Grayscale: #2A2A2A. Windows color (decimal): -15132736 or 12588825. OLE color: 12588825.

HSL color Cylindrical-coordinate representation of color #1917C0: hue angle of 240.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1917C0 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2523192-
CMYK0.870.8800.25
HSL240.71º78.6%42.16%-
HSV(B)240.71º88.02%75.29%-
XYZ10.224.6350.22-
YUV42.86212.16115.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 23 (9.38% from 255) = 9.58%
BLUE value IS 192 (75.39% from 255) = 80%
R=10.42%
G=9.58%
B=80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25231920.870.8800.25240.7178.642.16
Hex1917C05758019f14f2a
Octal312730012713003136111752
Binary11001101111100000010101111011000011001111100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1917C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1917C0; }

 p { color: rgb(25,23,192); }

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

<style>
 a { background-color: #1917C0; }

 a { background-color: rgb(25,23,192); }

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

<style>
 span { border-color: #1917C0; }

 span { border-color: rgb(25,23,192); }

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