Color Hex Logo

#0d5bab Color Hex

#0D5BAB
(13,91,171)
0 Favorites   0 Comments

Color spaces of #0d5bab

RGB 1391171
HSL0.580.860.36
HSV210°92°67°
CMYK 0.920.470.00   0.33
XYZ11.257810.508039.9630
Yxy10.50800.18240.1702
Hunter Lab32.41605.2634-50.4024
CIE-Lab38.73919.6064-48.8177

#0d5bab color RGB value is (13,91,171).

#0d5bab hex color red value is 13, green value is 91 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0d5bab hue: 0.58 , saturation: 0.86 and the lightness value of 0d5bab is 0.36.

The process color (four color CMYK) of #0d5bab color hex is 0.92, 0.47, 0.00, 0.33. Web safe color of #0d5bab is #006699. Color #0d5bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01011011 10101011
Octal 15 133 253
Decimal 13 91 171
Hex D 5B AB

RGB Percentages of Color #0d5bab

%4.73
%33.09
%62.18

CMYK Percentages of Color #0d5bab

%92
%47
%0
%33

Triadic Colors of #0d5bab

#0d5bab #ab0d5b #5bab0d

Analogous Colors of #0d5bab

#0d5bab #0e0dab #0daaab

Monochromatic Colors of #0d5bab

#0d5bab

Complementary Color

#0d5bab #ab5d0d

#0d5bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5bab Color CSS Codes

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

#0d5bab Text Font Color

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

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


#0d5bab Background Color

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

This div background color is #0d5bab


#0d5bab Border Color

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

This div border color is #0d5bab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,91,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d5bab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d5bab;
  -webkit-box-shadow: 1px 1px 3px 2px #0d5bab;
  box-shadow:         1px 1px 3px 2px #0d5bab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,91,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5bab


Comments

No comments written yet.

Please login to write comment.