Color Hex Logo

#0b5aeb Color Hex

#0B5AEB
(11,90,235)
0 Favorites   0 Comments

Color spaces of #0b5aeb

RGB 1190235
HSL0.610.910.48
HSV219°95°92°
CMYK 0.950.620.00   0.08
XYZ18.789613.381680.1899
Yxy13.38160.16720.1191
Hunter Lab36.580927.6692-104.3646
CIE-Lab43.332735.5261-78.3156

#0b5aeb color RGB value is (11,90,235).

#0b5aeb hex color red value is 11, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0b5aeb hue: 0.61 , saturation: 0.91 and the lightness value of 0b5aeb is 0.48.

The process color (four color CMYK) of #0b5aeb color hex is 0.95, 0.62, 0.00, 0.08. Web safe color of #0b5aeb is #0066ff. Color #0b5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01011010 11101011
Octal 13 132 353
Decimal 11 90 235
Hex B 5A EB

RGB Percentages of Color #0b5aeb

%3.27
%26.79
%69.94

CMYK Percentages of Color #0b5aeb

%95
%62
%0
%8

Triadic Colors of #0b5aeb

#0b5aeb #eb0b5a #5aeb0b

Analogous Colors of #0b5aeb

#0b5aeb #2c0beb #0bcaeb

Monochromatic Colors of #0b5aeb

#0b5aeb

Complementary Color

#0b5aeb #eb9c0b

#0b5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5aeb Color CSS Codes

.mybgcolor {background-color:#0b5aeb; } 
.myforecolor {color:#0b5aeb; }
.mybordercolor {border:3px solid #0b5aeb; }

#0b5aeb Text Font Color

<p style="color:#0b5aeb">Text here</p>

This sample text font color is #0b5aeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0b5aeb Background Color

<div style="background-color:#0b5aeb">
Div content here</div>

This div background color is #0b5aeb


#0b5aeb Border Color

<div style="border:3px solid #0b5aeb">
Div here</div>

This div border color is #0b5aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,90,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b5aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b5aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #0b5aeb;
  box-shadow:         1px 1px 3px 2px #0b5aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,90,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0b5aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0b5aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #0b5aeb;
  box-shadow:         1px 1px 3px 2px #0b5aeb;">
Div content here</div>

This div box has shadow with color #0b5aeb


Comments

No comments written yet.

Please login to write comment.