Color Hex Logo

#0b77da Color Hex

#0B77DA
(11,119,218)
0 Favorites   0 Comments

Color spaces of #0b77da

RGB 11119218
HSL0.580.900.45
HSV209°95°85°
CMYK 0.950.450.00   0.15
XYZ19.389718.326868.8451
Yxy18.32680.18200.1720
Hunter Lab42.80985.9302-65.3810
CIE-Lab49.890110.3298-58.0558

#0b77da color RGB value is (11,119,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110111 11011010
Octal 13 167 332
Decimal 11 119 218
Hex B 77 DA

RGB Percentages of Color #0b77da

%3.16
%34.20
%62.64

CMYK Percentages of Color #0b77da

%95
%45
%0
%15

Triadic Colors of #0b77da

#0b77da #da0b77 #77da0b

Analogous Colors of #0b77da

#0b77da #0b0fda #0bdad6

Monochromatic Colors of #0b77da

#0b77da

Complementary Color

#0b77da #da6e0b

#0b77da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b77da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b77da Color CSS Codes

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

#0b77da Text Font Color

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

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


#0b77da Background Color

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

This div background color is #0b77da


#0b77da Border Color

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

This div border color is #0b77da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b77da


Comments

No comments written yet.

Please login to write comment.