Color Hex Logo

#0d3bba Color Hex

#0D3BBA
(13,59,186)
0 Favorites   0 Comments

Color spaces of #0d3bba

RGB 1359186
HSL0.620.870.39
HSV224°93°73°
CMYK 0.930.680.00   0.27
XYZ10.59296.758747.2006
Yxy6.75870.16410.1047
Hunter Lab25.997527.2357-89.4476
CIE-Lab31.251136.9496-69.8976

#0d3bba color RGB value is (13,59,186).

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

The process color (four color CMYK) of #0d3bba color hex is 0.93, 0.68, 0.00, 0.27. Web safe color of #0d3bba is #0033cc. Color #0d3bba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00111011 10111010
Octal 15 73 272
Decimal 13 59 186
Hex D 3B BA

RGB Percentages of Color #0d3bba

%5.04
%22.87
%72.09

CMYK Percentages of Color #0d3bba

%93
%68
%0
%27

Triadic Colors of #0d3bba

#0d3bba #ba0d3b #3bba0d

Analogous Colors of #0d3bba

#0d3bba #360dba #0d92ba

Monochromatic Colors of #0d3bba

#0d3bba

Complementary Color

#0d3bba #ba8c0d

#0d3bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d3bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d3bba Color CSS Codes

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

#0d3bba Text Font Color

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

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


#0d3bba Background Color

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

This div background color is #0d3bba


#0d3bba Border Color

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

This div border color is #0d3bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d3bba


Comments

No comments written yet.

Please login to write comment.