#0e04e5

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

Shades of Medium Blue #0E04E5

Tints of Medium Blue #0E04E5

Color information

#0E04E5 (or 0x0E04E5) is unknown color: approx Medium Blue. HEX triplet: 0E, 04 and E5. RGB value is (14,4,229). Sum of RGB (Red+Green+Blue) = 14+4+229=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 4 (1.95% from 255 or 1.62% from 247); Blue value is 229 (89.84% from 255 or 92.71% from 247); Max value from RGB is 229 - color contains mainly: blue. Hex color #0E04E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E04E5 is #F1FB1A. Grayscale: #1F1F1F. Windows color (decimal): -15858459 or 15008782. OLE color: 15008782.

HSL color Cylindrical-coordinate representation of color #0E04E5: hue angle of 242.67º 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 #0E04E5 is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB144229-
CMYK0.940.9800.10
HSL242.67º96.57%45.69%-
HSV(B)242.67º98.25%89.8%-
XYZ14.375.8474.5-
YUV32.64238.81114.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 4 (1.95% from 255) = 1.62%
BLUE value IS 229 (89.84% from 255) = 92.71%
R=5.67%
G=1.62%
B=92.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1442290.940.9800.10242.6796.5745.69
HexE4E55E620Af3612e
Octal16434513614201236314156
Binary1110100111001011011110110001001010111100111100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e04e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0e04e5; }

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

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

<style>
 a { background-color: #0e04e5; }

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

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

<style>
 span { border-color: #0e04e5; }

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

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