#0413EC

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

Shades of Blue #0413EC

Tints of Blue #0413EC

Color information

#0413EC (or 0x0413EC) is unknown color: approx Blue. HEX triplet: 04, 13 and EC. RGB value is (4,19,236). Sum of RGB (Red+Green+Blue) = 4+19+236=259 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.54% from 259); Green value is 19 (7.81% from 255 or 7.34% 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 #0413EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0413EC is #FBEC13. Grayscale: #262626. Windows color (decimal): -16509972 or 15471364. OLE color: 15471364.

HSL color Cylindrical-coordinate representation of color #0413EC: hue angle of 236.12º 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 #0413EC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB419236-
CMYK0.980.9200.07
HSL236.12º96.67%47.06%-
HSV(B)236.12º98.31%92.55%-
XYZ15.426.5579.81-
YUV39.25239.03102.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal4192360.980.9200.07236.1296.6747.06
Hex413EC625C07ec612f
Octal4233541421340735414157
Binary1001001111101100110001010111000111111011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0413EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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