#0E1FE0

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

Shades of Medium Blue #0E1FE0

Tints of Medium Blue #0E1FE0

Color information

#0E1FE0 (or 0x0E1FE0) is unknown color: approx Medium Blue. HEX triplet: 0E, 1F and E0. RGB value is (14,31,224). Sum of RGB (Red+Green+Blue) = 14+31+224=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 224 (87.89% from 255 or 83.27% from 269); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E1FE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1FE0 is #F1E01F. Grayscale: #2F2F2F. Windows color (decimal): -15851552 or 14688014. OLE color: 14688014.

HSL color Cylindrical-coordinate representation of color #0E1FE0: hue angle of 235.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E1FE0 is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1431224-
CMYK0.940.8600.12
HSL235.14º88.24%46.67%-
HSV(B)235.14º93.75%87.84%-
XYZ14.136.4671.02-
YUV47.92227.37103.81-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.20%
GREEN value IS 31 (12.5% from 255) = 11.52%
BLUE value IS 224 (87.89% from 255) = 83.27%
R=5.20%
G=11.52%
B=83.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14312240.940.8600.12235.1488.2446.67
HexE1FE05E560Ceb582f
Octal163734013612601435313057
Binary111011111111000001011110101011001100111010111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,31,224); }

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

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

 a { background-color: rgb(14,31,224); }

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

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

 span { border-color: rgb(14,31,224); }

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