#0E15DF

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

Shades of Medium Blue #0E15DF

Tints of Medium Blue #0E15DF

Color information

#0E15DF (or 0x0E15DF) is unknown color: approx Medium Blue. HEX triplet: 0E, 15 and DF. RGB value is (14,21,223). Sum of RGB (Red+Green+Blue) = 14+21+223=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 223 (87.5% from 255 or 86.43% from 258); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E15DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E15DF is #F1EA20. Grayscale: #292929. Windows color (decimal): -15854113 or 14619918. OLE color: 14619918.

HSL color Cylindrical-coordinate representation of color #0E15DF: hue angle of 237.99º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E15DF is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1421223-
CMYK0.940.9100.13
HSL237.99º88.19%46.47%-
HSV(B)237.99º93.72%87.45%-
XYZ13.775.9670.24-
YUV41.94230.18108.07-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.43%
GREEN value IS 21 (8.59% from 255) = 8.14%
BLUE value IS 223 (87.5% from 255) = 86.43%
R=5.43%
G=8.14%
B=86.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14212230.940.9100.13237.9988.1946.47
HexE15DF5E5B0Dee582e
Octal162533713613301535613056
Binary111010101110111111011110101101101101111011101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E15DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,21,223); }

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

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

 a { background-color: rgb(14,21,223); }

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

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

 span { border-color: rgb(14,21,223); }

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