#1916C2

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

Shades of Medium Blue #1916C2

Tints of Medium Blue #1916C2

Color information

#1916C2 (or 0x1916C2) is unknown color: approx Medium Blue. HEX triplet: 19, 16 and C2. RGB value is (25,22,194). Sum of RGB (Red+Green+Blue) = 25+22+194=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 194 (76.17% from 255 or 80.50% from 241); Max value from RGB is 194 - color contains mainly: blue. Hex color #1916C2 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1916C2 is #E6E93D. Grayscale: #292929. Windows color (decimal): -15132990 or 12719641. OLE color: 12719641.

HSL color Cylindrical-coordinate representation of color #1916C2: hue angle of 241.05º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1916C2 is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2522194-
CMYK0.870.8900.24
HSL241.05º79.63%42.35%-
HSV(B)241.05º88.66%76.08%-
XYZ10.434.6851.39-
YUV42.5213.49115.51-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 194 (76.17% from 255) = 80.50%
R=10.37%
G=9.13%
B=80.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25221940.870.8900.24241.0579.6342.35
Hex1916C25759018f1502a
Octal312630212713103036112052
Binary11001101101100001010101111011001011000111100011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1916C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1916C2; }

 p { color: rgb(25,22,194); }

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

<style>
 a { background-color: #1916C2; }

 a { background-color: rgb(25,22,194); }

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

<style>
 span { border-color: #1916C2; }

 span { border-color: rgb(25,22,194); }

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