#1513BA

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

Shades of Medium Blue #1513BA

Tints of Medium Blue #1513BA

Color information

#1513BA (or 0x1513BA) is unknown color: approx Medium Blue. HEX triplet: 15, 13 and BA. RGB value is (21,19,186). Sum of RGB (Red+Green+Blue) = 21+19+186=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 186 (73.05% from 255 or 82.30% from 226); Max value from RGB is 186 - color contains mainly: blue. Hex color #1513BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1513BA is #EAEC45. Grayscale: #252525. Windows color (decimal): -15395910 or 12194581. OLE color: 12194581.

HSL color Cylindrical-coordinate representation of color #1513BA: hue angle of 240.72º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1513BA is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2119186-
CMYK0.890.9000.27
HSL240.72º81.46%40.2%-
HSV(B)240.72º89.78%72.94%-
XYZ9.414.1746.76-
YUV38.64211.16115.42-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 19 (7.81% from 255) = 8.41%
BLUE value IS 186 (73.05% from 255) = 82.30%
R=9.29%
G=8.41%
B=82.30%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21191860.890.9000.27240.7281.4640.2
Hex1513BA595A01Bf15128
Octal252327213113203336112150
Binary10101100111011101010110011011010011011111100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1513BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1513BA; }

 p { color: rgb(21,19,186); }

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

<style>
 a { background-color: #1513BA; }

 a { background-color: rgb(21,19,186); }

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

<style>
 span { border-color: #1513BA; }

 span { border-color: rgb(21,19,186); }

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