#1304EC

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

Shades of Blue #1304EC

Tints of Blue #1304EC

Color information

#1304EC (or 0x1304EC) is unknown color: approx Blue. HEX triplet: 13, 04 and EC. RGB value is (19,4,236). Sum of RGB (Red+Green+Blue) = 19+4+236=259 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.34% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 236 (92.58% from 255 or 91.12% from 259); Max value from RGB is 236 - color contains mainly: blue. Hex color #1304EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1304EC is #ECFB13. Grayscale: #222222. Windows color (decimal): -15530772 or 15467539. OLE color: 15467539.

HSL color Cylindrical-coordinate representation of color #1304EC: hue angle of 243.88º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1304EC is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194236-
CMYK0.920.9800.07
HSL243.88º96.67%47.06%-
HSV(B)243.88º98.31%92.55%-
XYZ15.456.2879.75-
YUV34.93241.47116.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.34%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 236 (92.58% from 255) = 91.12%
R=7.34%
G=1.54%
B=91.12%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1942360.920.9800.07243.8896.6747.06
Hex134EC5C6207f4612f
Octal2343541341420736414157
Binary1001110011101100101110011000100111111101001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1304EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1304EC; }

 p { color: rgb(19,4,236); }

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

<style>
 a { background-color: #1304EC; }

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

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

<style>
 span { border-color: #1304EC; }

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

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