#1313FA

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

Shades of Blue #1313FA

Tints of Blue #1313FA

Color information

#1313FA (or 0x1313FA) is unknown color: approx Blue. HEX triplet: 13, 13 and FA. RGB value is (19,19,250). Sum of RGB (Red+Green+Blue) = 19+19+250=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 19 (7.81% from 255 or 6.60% from 288); Blue value is 250 (98.05% from 255 or 86.81% from 288); Max value from RGB is 250 - color contains mainly: blue. Hex color #1313FA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1313FA is #ECEC05. Grayscale: #2C2C2C. Windows color (decimal): -15526918 or 16388883. OLE color: 16388883.

HSL color Cylindrical-coordinate representation of color #1313FA: hue angle of 240º 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 #1313FA is Cyan = 0.92, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1919250-
CMYK0.920.9200.02
HSL240º95.85%52.75%-
HSV(B)240º92.4%98.04%-
XYZ17.767.5190.96-
YUV45.33243.5109.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.60%
GREEN value IS 19 (7.81% from 255) = 6.60%
BLUE value IS 250 (98.05% from 255) = 86.81%
R=6.60%
G=6.60%
B=86.81%

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
Decimal19192500.920.9200.0224095.8552.75
Hex1313FA5C5C02f06035
Octal23233721341340236014065
Binary10011100111111101010111001011100010111100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1313FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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