Color Hex Logo

#0b5062 Color Hex

#0B5062
(11,80,98)
0 Favorites   0 Comments

Color spaces of #0b5062

RGB 118098
HSL0.530.800.21
HSV192°89°38°
CMYK 0.890.180.00   0.62
XYZ5.21136.690312.5720
Yxy6.69030.21290.2734
Hunter Lab25.8656-9.3014-10.7120
CIE-Lab31.0912-13.0294-16.1976

#0b5062 color RGB value is (11,80,98).

#0b5062 hex color red value is 11, green value is 80 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #0b5062 hue: 0.53 , saturation: 0.80 and the lightness value of 0b5062 is 0.21.

The process color (four color CMYK) of #0b5062 color hex is 0.89, 0.18, 0.00, 0.62. Web safe color of #0b5062 is #006666. Color #0b5062 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010000 01100010
Octal 13 120 142
Decimal 11 80 98
Hex B 50 62

RGB Percentages of Color #0b5062

%5.82
%42.33
%51.85

CMYK Percentages of Color #0b5062

%89
%18
%0
%62

Triadic Colors of #0b5062

#0b5062 #620b50 #50620b

Analogous Colors of #0b5062

#0b5062 #0b2462 #0b6249

Monochromatic Colors of #0b5062

#0b5062

Complementary Color

#0b5062 #621d0b

#0b5062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b5062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b5062 Color CSS Codes

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

#0b5062 Text Font Color

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

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


#0b5062 Background Color

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

This div background color is #0b5062


#0b5062 Border Color

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

This div border color is #0b5062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b5062


Comments

No comments written yet.

Please login to write comment.