Color Hex Logo

#0d5fbc Color Hex

#0D5FBC
(13,95,188)
0 Favorites   0 Comments

Color spaces of #0d5fbc

RGB 1395188
HSL0.590.870.39
HSV212°93°74°
CMYK 0.930.490.00   0.26
XYZ13.335311.900849.1712
Yxy11.90080.17920.1599
Hunter Lab34.49758.6299-60.3610
CIE-Lab41.058013.8716-55.0670

#0d5fbc color RGB value is (13,95,188).

#0d5fbc hex color red value is 13, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0d5fbc hue: 0.59 , saturation: 0.87 and the lightness value of 0d5fbc is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 01011111 10111100
Octal 15 137 274
Decimal 13 95 188
Hex D 5F BC

RGB Percentages of Color #0d5fbc

%4.39
%32.09
%63.51

CMYK Percentages of Color #0d5fbc

%93
%49
%0
%26

Triadic Colors of #0d5fbc

#0d5fbc #bc0d5f #5fbc0d

Analogous Colors of #0d5fbc

#0d5fbc #130dbc #0db7bc

Monochromatic Colors of #0d5fbc

#0d5fbc

Complementary Color

#0d5fbc #bc6a0d

#0d5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5fbc Color CSS Codes

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

#0d5fbc Text Font Color

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

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


#0d5fbc Background Color

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

This div background color is #0d5fbc


#0d5fbc Border Color

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

This div border color is #0d5fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5fbc


Comments

No comments written yet.

Please login to write comment.