Color Hex Logo

#0b565d Color Hex

#0B565D
(11,86,93)
0 Favorites   0 Comments

Color spaces of #0b565d

RGB 118693
HSL0.510.790.20
HSV185°88°36°
CMYK 0.880.080.00   0.64
XYZ5.44167.517011.5201
Yxy7.51700.22230.3071
Hunter Lab27.4171-12.5523-5.7204
CIE-Lab32.9560-18.3095-10.1867

#0b565d color RGB value is (11,86,93).

#0b565d hex color red value is 11, green value is 86 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #0b565d hue: 0.51 , saturation: 0.79 and the lightness value of 0b565d is 0.20.

The process color (four color CMYK) of #0b565d color hex is 0.88, 0.08, 0.00, 0.64. Web safe color of #0b565d is #006666. Color #0b565d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01010110 01011101
Octal 13 126 135
Decimal 11 86 93
Hex B 56 5D

RGB Percentages of Color #0b565d

%5.79
%45.26
%48.95

CMYK Percentages of Color #0b565d

%88
%8
%0
%64

Triadic Colors of #0b565d

#0b565d #5d0b56 #565d0b

Analogous Colors of #0b565d

#0b565d #0b2d5d #0b5d3b

Monochromatic Colors of #0b565d

#0b565d

Complementary Color

#0b565d #5d120b

#0b565d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b565d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b565d Color CSS Codes

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

#0b565d Text Font Color

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

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


#0b565d Background Color

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

This div background color is #0b565d


#0b565d Border Color

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

This div border color is #0b565d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b565d


Comments

No comments written yet.

Please login to write comment.