#1326F3

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

Shades of Blue #1326F3

Tints of Blue #1326F3

Color information

#1326F3 (or 0x1326F3) is unknown color: approx Blue. HEX triplet: 13, 26 and F3. RGB value is (19,38,243). Sum of RGB (Red+Green+Blue) = 19+38+243=300 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.33% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 243 (95.31% from 255 or 81% from 300); Max value from RGB is 243 - color contains mainly: blue. Hex color #1326F3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1326F3 is #ECD90C. Grayscale: #363636. Windows color (decimal): -15522061 or 15934995. OLE color: 15934995.

HSL color Cylindrical-coordinate representation of color #1326F3: hue angle of 234.91º degrees, saturation: 0.9, 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 #1326F3 is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB1938243-
CMYK0.920.8400.05
HSL234.91º90.32%51.37%-
HSV(B)234.91º92.18%95.29%-
XYZ17.14885.43-
YUV55.69233.71101.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.33%
GREEN value IS 38 (15.23% from 255) = 12.67%
BLUE value IS 243 (95.31% from 255) = 81%
R=6.33%
G=12.67%
B=81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19382430.920.8400.05234.9190.3251.37
Hex1326F35C5405eb5a33
Octal23463631341240535313263
Binary1001110011011110011101110010101000101111010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1326F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1326F3; }

 p { color: rgb(19,38,243); }

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

<style>
 a { background-color: #1326F3; }

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

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

<style>
 span { border-color: #1326F3; }

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

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