#1328FD

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

Shades of Blue #1328FD

Tints of Blue #1328FD

Color information

#1328FD (or 0x1328FD) is unknown color: approx Blue. HEX triplet: 13, 28 and FD. RGB value is (19,40,253). Sum of RGB (Red+Green+Blue) = 19+40+253=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 253 (99.22% from 255 or 81.09% from 312); Max value from RGB is 253 - color contains mainly: blue. Hex color #1328FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1328FD is #ECD702. Grayscale: #393939. Windows color (decimal): -15521539 or 16590867. OLE color: 16590867.

HSL color Cylindrical-coordinate representation of color #1328FD: hue angle of 234.62º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1328FD is Cyan = 0.92, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1940253-
CMYK0.920.8400.01
HSL234.62º98.32%53.33%-
HSV(B)234.62º92.49%99.22%-
XYZ18.768.7593.63-
YUV58238.04100.18-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.09%
GREEN value IS 40 (16.02% from 255) = 12.82%
BLUE value IS 253 (99.22% from 255) = 81.09%
R=6.09%
G=12.82%
B=81.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19402530.920.8400.01234.6298.3253.33
Hex1328FD5C5401eb6235
Octal23503751341240135314265
Binary10011101000111111011011100101010001111010111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1328FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1328FD; }

 p { color: rgb(19,40,253); }

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

<style>
 a { background-color: #1328FD; }

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

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

<style>
 span { border-color: #1328FD; }

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

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