#0E11B5

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

Shades of Medium Blue #0E11B5

Tints of Medium Blue #0E11B5

Color information

#0E11B5 (or 0x0E11B5) is unknown color: approx Medium Blue. HEX triplet: 0E, 11 and B5. RGB value is (14,17,181). Sum of RGB (Red+Green+Blue) = 14+17+181=212 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.60% from 212); Green value is 17 (7.03% from 255 or 8.02% from 212); Blue value is 181 (71.09% from 255 or 85.38% from 212); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E11B5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E11B5 is #F1EE4A. Grayscale: #222222. Windows color (decimal): -15855179 or 11866382. OLE color: 11866382.

HSL color Cylindrical-coordinate representation of color #0E11B5: hue angle of 238.92º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E11B5 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1417181-
CMYK0.920.9100.29
HSL238.92º85.64%38.24%-
HSV(B)238.92º92.27%70.98%-
XYZ8.723.8344-
YUV34.8210.51113.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.60%
GREEN value IS 17 (7.03% from 255) = 8.02%
BLUE value IS 181 (71.09% from 255) = 85.38%
R=6.60%
G=8.02%
B=85.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14171810.920.9100.29238.9285.6438.24
HexE11B55C5B01Def5626
Octal162126513413303535712646
Binary1110100011011010110111001011011011101111011111010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E11B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,17,181); }

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

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

 a { background-color: rgb(14,17,181); }

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

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

 span { border-color: rgb(14,17,181); }

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