Color Hex Logo

#0b72da Color Hex

#0B72DA
(11,114,218)
0 Favorites   0 Comments

Color spaces of #0b72da

RGB 11114218
HSL0.580.900.45
HSV210°95°85°
CMYK 0.950.480.00   0.15
XYZ18.810217.167768.6520
Yxy17.16770.17980.1641
Hunter Lab41.43398.5262-69.2340
CIE-Lab48.470613.4861-60.3425

#0b72da color RGB value is (11,114,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 01110010 11011010
Octal 13 162 332
Decimal 11 114 218
Hex B 72 DA

RGB Percentages of Color #0b72da

%3.21
%33.24
%63.56

CMYK Percentages of Color #0b72da

%95
%48
%0
%15

Triadic Colors of #0b72da

#0b72da #da0b72 #72da0b

Analogous Colors of #0b72da

#0b72da #0b0bda #0bdada

Monochromatic Colors of #0b72da

#0b72da

Complementary Color

#0b72da #da730b

#0b72da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b72da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b72da Color CSS Codes

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

#0b72da Text Font Color

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

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


#0b72da Background Color

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

This div background color is #0b72da


#0b72da Border Color

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

This div border color is #0b72da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b72da


Comments

No comments written yet.

Please login to write comment.