#0E1BBE

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

Shades of Medium Blue #0E1BBE

Tints of Medium Blue #0E1BBE

Color information

#0E1BBE (or 0x0E1BBE) is unknown color: approx Medium Blue. HEX triplet: 0E, 1B and BE. RGB value is (14,27,190). Sum of RGB (Red+Green+Blue) = 14+27+190=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #0E1BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1BBE is #F1E441. Grayscale: #292929. Windows color (decimal): -15852610 or 12458766. OLE color: 12458766.

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

Color convert

RGB1427190-
CMYK0.930.8600.25
HSL235.57º86.27%40%-
HSV(B)235.57º92.63%74.51%-
XYZ9.874.5949.08-
YUV41.69211.69108.25-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 190 (74.61% from 255) = 82.25%
R=6.06%
G=11.69%
B=82.25%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal14271900.930.8600.25235.5786.2740
HexE1BBE5D56019ec5628
Octal163327613512603135412650
Binary1110110111011111010111011010110011001111011001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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