#1513F1

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

Shades of Blue #1513F1

Tints of Blue #1513F1

Color information

#1513F1 (or 0x1513F1) is unknown color: approx Blue. HEX triplet: 15, 13 and F1. RGB value is (21,19,241). Sum of RGB (Red+Green+Blue) = 21+19+241=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 241 (94.53% from 255 or 85.77% from 281); Max value from RGB is 241 - color contains mainly: blue. Hex color #1513F1 is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1513F1 is #EAEC0E. Grayscale: #2C2C2C. Windows color (decimal): -15395855 or 15799061. OLE color: 15799061.

HSL color Cylindrical-coordinate representation of color #1513F1: hue angle of 240.54º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1513F1 is Cyan = 0.91, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2119241-
CMYK0.910.9200.05
HSL240.54º88.8%50.98%-
HSV(B)240.54º92.12%94.51%-
XYZ16.426.9883.7-
YUV44.91238.66110.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 241 (94.53% from 255) = 85.77%
R=7.47%
G=6.76%
B=85.77%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21192410.910.9200.05240.5488.850.98
Hex1513F15B5C05f15933
Octal25233611331340536113163
Binary101011001111110001101101110111000101111100011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1513F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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