Color Hex Logo

#0d79ab Color Hex

#0D79AB
(13,121,171)
0 Favorites   0 Comments

Color spaces of #0d79ab

RGB 13121171
HSL0.550.860.36
HSV199°92°67°
CMYK 0.920.290.00   0.33
XYZ14.354016.700640.9951
Yxy16.70060.19920.2318
Hunter Lab40.8664-8.8194-30.8703
CIE-Lab47.8806-9.0818-34.2789

#0d79ab color RGB value is (13,121,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01111001 10101011
Octal 15 171 253
Decimal 13 121 171
Hex D 79 AB

RGB Percentages of Color #0d79ab

%4.26
%39.67
%56.07

CMYK Percentages of Color #0d79ab

%92
%29
%0
%33

Triadic Colors of #0d79ab

#0d79ab #ab0d79 #79ab0d

Analogous Colors of #0d79ab

#0d79ab #0d2aab #0dab8e

Monochromatic Colors of #0d79ab

#0d79ab

Complementary Color

#0d79ab #ab3f0d

#0d79ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d79ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d79ab Color CSS Codes

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

#0d79ab Text Font Color

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

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


#0d79ab Background Color

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

This div background color is #0d79ab


#0d79ab Border Color

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

This div border color is #0d79ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d79ab


Comments

No comments written yet.

Please login to write comment.