#0412E5

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

Shades of Medium Blue #0412E5

Tints of Medium Blue #0412E5

Color information

#0412E5 (or 0x0412E5) is unknown color: approx Medium Blue. HEX triplet: 04, 12 and E5. RGB value is (4,18,229). Sum of RGB (Red+Green+Blue) = 4+18+229=251 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 229 (89.84% from 255 or 91.24% from 251); Max value from RGB is 229 - color contains mainly: blue. Hex color #0412E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0412E5 is #FBED1A. Grayscale: #252525. Windows color (decimal): -16510235 or 15012356. OLE color: 15012356.

HSL color Cylindrical-coordinate representation of color #0412E5: hue angle of 236.27º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0412E5 is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB418229-
CMYK0.980.9200.10
HSL236.27º96.57%45.69%-
HSV(B)236.27º98.25%89.8%-
XYZ14.416.1274.55-
YUV37.87235.86103.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.59%
GREEN value IS 18 (7.42% from 255) = 7.17%
BLUE value IS 229 (89.84% from 255) = 91.24%
R=1.59%
G=7.17%
B=91.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal4182290.980.9200.10236.2796.5745.69
Hex412E5625C0Aec612e
Octal42234514213401235414156
Binary10010010111001011100010101110001010111011001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0412E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0412E5; }

 p { color: rgb(4,18,229); }

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

<style>
 a { background-color: #0412E5; }

 a { background-color: rgb(4,18,229); }

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

<style>
 span { border-color: #0412E5; }

 span { border-color: rgb(4,18,229); }

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