#1513FA

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

Shades of Blue #1513FA

Tints of Blue #1513FA

Color information

#1513FA (or 0x1513FA) is unknown color: approx Blue. HEX triplet: 15, 13 and FA. RGB value is (21,19,250). Sum of RGB (Red+Green+Blue) = 21+19+250=290 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.24% from 290); Green value is 19 (7.81% from 255 or 6.55% from 290); Blue value is 250 (98.05% from 255 or 86.21% from 290); Max value from RGB is 250 - color contains mainly: blue. Hex color #1513FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1513FA is #EAEC05. Grayscale: #2D2D2D. Windows color (decimal): -15395846 or 16388885. OLE color: 16388885.

HSL color Cylindrical-coordinate representation of color #1513FA: hue angle of 240.52º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1513FA is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB2119250-
CMYK0.920.9200.02
HSL240.52º95.85%52.75%-
HSV(B)240.52º92.4%98.04%-
XYZ17.87.5390.96-
YUV45.93243.16110.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.24%
GREEN value IS 19 (7.81% from 255) = 6.55%
BLUE value IS 250 (98.05% from 255) = 86.21%
R=7.24%
G=6.55%
B=86.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal21192500.920.9200.02240.5295.8552.75
Hex1513FA5C5C02f16035
Octal25233721341340236114065
Binary10101100111111101010111001011100010111100011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1513FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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