#1915CA

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

Shades of Medium Blue #1915CA

Tints of Medium Blue #1915CA

Color information

#1915CA (or 0x1915CA) is unknown color: approx Medium Blue. HEX triplet: 19, 15 and CA. RGB value is (25,21,202). Sum of RGB (Red+Green+Blue) = 25+21+202=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 202 (79.30% from 255 or 81.45% from 248); Max value from RGB is 202 - color contains mainly: blue. Hex color #1915CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915CA is #E6EA35. Grayscale: #2A2A2A. Windows color (decimal): -15133238 or 13243673. OLE color: 13243673.

HSL color Cylindrical-coordinate representation of color #1915CA: hue angle of 241.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1915CA is Cyan = 0.88, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2521202-
CMYK0.880.9000.21
HSL241.33º81.17%43.73%-
HSV(B)241.33º89.6%79.22%-
XYZ11.335.0156.25-
YUV42.83217.83115.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.08%
GREEN value IS 21 (8.59% from 255) = 8.47%
BLUE value IS 202 (79.30% from 255) = 81.45%
R=10.08%
G=8.47%
B=81.45%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25212020.880.9000.21241.3381.1743.73
Hex1915CA585A015f1512c
Octal312531213013202536112154
Binary11001101011100101010110001011010010101111100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1915CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1915CA; }

 p { color: rgb(25,21,202); }

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

<style>
 a { background-color: #1915CA; }

 a { background-color: rgb(25,21,202); }

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

<style>
 span { border-color: #1915CA; }

 span { border-color: rgb(25,21,202); }

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