#0E0CB5

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

Shades of Medium Blue #0E0CB5

Tints of Medium Blue #0E0CB5

Color information

#0E0CB5 (or 0x0E0CB5) is unknown color: approx Medium Blue. HEX triplet: 0E, 0C and B5. RGB value is (14,12,181). Sum of RGB (Red+Green+Blue) = 14+12+181=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 181 (71.09% from 255 or 87.44% from 207); Max value from RGB is 181 - color contains mainly: blue. Hex color #0E0CB5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E0CB5 is #F1F34A. Grayscale: #1F1F1F. Windows color (decimal): -15856459 or 11865102. OLE color: 11865102.

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

Color convert

RGB1412181-
CMYK0.920.9300.29
HSL240.71º87.56%37.84%-
HSV(B)240.71º93.37%70.98%-
XYZ8.653.6943.97-
YUV31.86212.16115.26-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 181 (71.09% from 255) = 87.44%
R=6.76%
G=5.80%
B=87.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal14121810.920.9300.29240.7187.5637.84
HexECB55C5D01Df15826
Octal161426513413503536113046
Binary111011001011010110111001011101011101111100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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