Color Hex Logo

#0b68ba Color Hex

#0B68BA
(11,104,186)
0 Favorites   0 Comments

Color spaces of #0b68ba

RGB 11104186
HSL0.580.890.39
HSV208°94°73°
CMYK 0.940.440.00   0.27
XYZ13.951313.516948.3281
Yxy13.51690.18410.1783
Hunter Lab36.76533.3958-52.2011
CIE-Lab43.53207.1484-49.9195

#0b68ba color RGB value is (11,104,186).

#0b68ba hex color red value is 11, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0b68ba hue: 0.58 , saturation: 0.89 and the lightness value of 0b68ba is 0.39.

The process color (four color CMYK) of #0b68ba color hex is 0.94, 0.44, 0.00, 0.27. Web safe color of #0b68ba is #0066cc. Color #0b68ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01101000 10111010
Octal 13 150 272
Decimal 11 104 186
Hex B 68 BA

RGB Percentages of Color #0b68ba

%3.65
%34.55
%61.79

CMYK Percentages of Color #0b68ba

%94
%44
%0
%27

Triadic Colors of #0b68ba

#0b68ba #ba0b68 #68ba0b

Analogous Colors of #0b68ba

#0b68ba #0b10ba #0bbab5

Monochromatic Colors of #0b68ba

#0b68ba

Complementary Color

#0b68ba #ba5d0b

#0b68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b68ba Color CSS Codes

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

#0b68ba Text Font Color

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

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


#0b68ba Background Color

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

This div background color is #0b68ba


#0b68ba Border Color

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

This div border color is #0b68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b68ba


Comments

No comments written yet.

Please login to write comment.