Color Hex Logo

#0d66bd Color Hex

#0D66BD
(13,102,189)
0 Favorites   0 Comments

Color spaces of #0d66bd

RGB 13102189
HSL0.580.870.40
HSV210°93°74°
CMYK 0.930.460.00   0.26
XYZ14.102713.262449.9607
Yxy13.26240.18240.1715
Hunter Lab36.41765.3933-55.8467
CIE-Lab43.15609.7197-52.2667

#0d66bd color RGB value is (13,102,189).

#0d66bd hex color red value is 13, green value is 102 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0d66bd hue: 0.58 , saturation: 0.87 and the lightness value of 0d66bd is 0.40.

The process color (four color CMYK) of #0d66bd color hex is 0.93, 0.46, 0.00, 0.26. Web safe color of #0d66bd is #0066cc. Color #0d66bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01100110 10111101
Octal 15 146 275
Decimal 13 102 189
Hex D 66 BD

RGB Percentages of Color #0d66bd

%4.28
%33.55
%62.17

CMYK Percentages of Color #0d66bd

%93
%46
%0
%26

Triadic Colors of #0d66bd

#0d66bd #bd0d66 #66bd0d

Analogous Colors of #0d66bd

#0d66bd #0d0ebd #0dbdbc

Monochromatic Colors of #0d66bd

#0d66bd

Complementary Color

#0d66bd #bd640d

#0d66bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d66bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d66bd Color CSS Codes

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

#0d66bd Text Font Color

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

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


#0d66bd Background Color

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

This div background color is #0d66bd


#0d66bd Border Color

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

This div border color is #0d66bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d66bd


Comments

No comments written yet.

Please login to write comment.