Color Hex Logo

#0b60db Color Hex

#0B60DB
(11,96,219)
0 Favorites   0 Comments

Color spaces of #0b60db

RGB 1196219
HSL0.600.900.45
HSV215°95°86°
CMYK 0.950.560.00   0.14
XYZ17.107113.551468.7319
Yxy13.55140.17210.1363
Hunter Lab36.812218.5298-84.9315
CIE-Lab43.582625.4818-68.8367

#0b60db color RGB value is (11,96,219).

#0b60db hex color red value is 11, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0b60db hue: 0.60 , saturation: 0.90 and the lightness value of 0b60db is 0.45.

The process color (four color CMYK) of #0b60db color hex is 0.95, 0.56, 0.00, 0.14. Web safe color of #0b60db is #0066cc. Color #0b60db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01100000 11011011
Octal 13 140 333
Decimal 11 96 219
Hex B 60 DB

RGB Percentages of Color #0b60db

%3.37
%29.45
%67.18

CMYK Percentages of Color #0b60db

%95
%56
%0
%14

Triadic Colors of #0b60db

#0b60db #db0b60 #60db0b

Analogous Colors of #0b60db

#0b60db #1e0bdb #0bc8db

Monochromatic Colors of #0b60db

#0b60db

Complementary Color

#0b60db #db860b

#0b60db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b60db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b60db Color CSS Codes

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

#0b60db Text Font Color

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

This sample text font color is #0b60db
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.


#0b60db Background Color

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

This div background color is #0b60db


#0b60db Border Color

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

This div border color is #0b60db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b60db


Comments

No comments written yet.

Please login to write comment.