#0E06BE

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

Shades of Medium Blue #0E06BE

Tints of Medium Blue #0E06BE

Color information

#0E06BE (or 0x0E06BE) is unknown color: approx Medium Blue. HEX triplet: 0E, 06 and BE. RGB value is (14,6,190). Sum of RGB (Red+Green+Blue) = 14+6+190=210 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.67% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 190 (74.61% from 255 or 90.48% from 210); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E06BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E06BE is #F1F941. Grayscale: #1C1C1C. Windows color (decimal): -15857986 or 12453390. OLE color: 12453390.

HSL color Cylindrical-coordinate representation of color #0E06BE: hue angle of 242.61º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E06BE is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB146190-
CMYK0.930.9700.25
HSL242.61º93.88%38.43%-
HSV(B)242.61º96.84%74.51%-
XYZ9.543.9448.97-
YUV29.37218.65117.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.67%
GREEN value IS 6 (2.73% from 255) = 2.86%
BLUE value IS 190 (74.61% from 255) = 90.48%
R=6.67%
G=2.86%
B=90.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461900.930.9700.25242.6193.8838.43
HexE6BE5D61019f35e26
Octal16627613514103136313646
Binary11101101011111010111011100001011001111100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E06BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,6,190); }

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

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

 a { background-color: rgb(14,6,190); }

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

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

 span { border-color: rgb(14,6,190); }

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