Color Hex Logo

#0d11bc Color Hex

#0D11BC
(13,17,188)
0 Favorites   0 Comments

Color spaces of #0d11bc

RGB 1317188
HSL0.660.870.39
HSV239°93°74°
CMYK 0.930.910.00   0.26
XYZ9.44354.117347.8739
Yxy4.11730.15370.0670
Hunter Lab20.291147.5645-125.6821
CIE-Lab24.055558.9272-83.0202

#0d11bc color RGB value is (13,17,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010001 10111100
Octal 15 21 274
Decimal 13 17 188
Hex D 11 BC

RGB Percentages of Color #0d11bc

%5.96
%7.80
%86.24

CMYK Percentages of Color #0d11bc

%93
%91
%0
%26

Triadic Colors of #0d11bc

#0d11bc #bc0d11 #11bc0d

Analogous Colors of #0d11bc

#0d11bc #600dbc #0d69bc

Monochromatic Colors of #0d11bc

#0d11bc

Complementary Color

#0d11bc #bcb80d

#0d11bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d11bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d11bc Color CSS Codes

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

#0d11bc Text Font Color

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

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


#0d11bc Background Color

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

This div background color is #0d11bc


#0d11bc Border Color

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

This div border color is #0d11bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d11bc


Comments

No comments written yet.

Please login to write comment.