#0E15BC

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

Shades of Medium Blue #0E15BC

Tints of Medium Blue #0E15BC

Color information

#0E15BC (or 0x0E15BC) is unknown color: approx Medium Blue. HEX triplet: 0E, 15 and BC. RGB value is (14,21,188). Sum of RGB (Red+Green+Blue) = 14+21+188=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #0E15BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E15BC is #F1EA43. Grayscale: #252525. Windows color (decimal): -15854148 or 12326158. OLE color: 12326158.

HSL color Cylindrical-coordinate representation of color #0E15BC: hue angle of 237.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E15BC is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1421188-
CMYK0.930.8900.26
HSL237.59º86.14%39.61%-
HSV(B)237.59º92.55%73.73%-
XYZ9.534.2647.9-
YUV37.94212.68110.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 188 (73.83% from 255) = 84.30%
R=6.28%
G=9.42%
B=84.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal14211880.930.8900.26237.5986.1439.61
HexE15BC5D5901Aee5628
Octal162527413513103235612650
Binary1110101011011110010111011011001011010111011101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E15BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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