color codes Logo

#0b79db color codes

#0B79DB
(11,121,219)
0 Favorites   0 Comments

Color spaces of #0b79db

RGB 11121219
HSL0.580.900.45
HSV208°95°86°
CMYK 0.950.450.00   0.14
XYZ19.761618.860469.6167
Yxy18.86040.18260.1742
Hunter Lab43.42865.2241-64.6429
CIE-Lab50.52359.4696-57.6027

#0b79db color RGB value is (11,121,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01111001 11011011
Octal 13 171 333
Decimal 11 121 219
Hex B 79 DB

RGB Percentages of Color #0b79db

%3.13
%34.47
%62.39

CMYK Percentages of Color #0b79db

%95
%45
%0
%14

Triadic Colors of #0b79db

#0b79db #db0b79 #79db0b

Analogous Colors of #0b79db

#0b79db #0b11db #0bdbd5

Monochromatic Colors of #0b79db

#0b79db

Complementary Color

#0b79db #db6d0b

#0b79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b79db Color CSS Codes

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

#0b79db Text Font Color

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

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


#0b79db Background Color

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

This div background color is #0b79db


#0b79db Border Color

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

This div border color is #0b79db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,121,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 #0b79db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b79db


Comments

No comments written yet.

Please login to write comment.