#1519CA

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

Shades of Medium Blue #1519CA

Tints of Medium Blue #1519CA

Color information

#1519CA (or 0x1519CA) is unknown color: approx Medium Blue. HEX triplet: 15, 19 and CA. RGB value is (21,25,202). Sum of RGB (Red+Green+Blue) = 21+25+202=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 25 (10.16% from 255 or 10.08% 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 #1519CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1519CA is #EAE635. Grayscale: #2B2B2B. Windows color (decimal): -15394358 or 13244693. OLE color: 13244693.

HSL color Cylindrical-coordinate representation of color #1519CA: hue angle of 238.67º 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 #1519CA is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2125202-
CMYK0.900.8800.21
HSL238.67º81.17%43.73%-
HSV(B)238.67º89.6%79.22%-
XYZ11.325.1256.27-
YUV43.98217.17111.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21252020.900.8800.21238.6781.1743.73
Hex1519CA5A58015ef512c
Octal253131213213002535712154
Binary10101110011100101010110101011000010101111011111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1519CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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