Color Hex Logo

#0d486b Color Hex

#0D486B
(13,72,107)
0 Favorites   0 Comments

Color spaces of #0d486b

RGB 1372107
HSL0.560.780.24
HSV202°88°42°
CMYK 0.880.330.00   0.58
XYZ5.13725.781814.7552
Yxy5.78180.20010.2252
Hunter Lab24.0454-3.9436-19.5509
CIE-Lab28.8552-4.2958-25.3922

#0d486b color RGB value is (13,72,107).

#0d486b hex color red value is 13, green value is 72 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #0d486b hue: 0.56 , saturation: 0.78 and the lightness value of 0d486b is 0.24.

The process color (four color CMYK) of #0d486b color hex is 0.88, 0.33, 0.00, 0.58. Web safe color of #0d486b is #003366. Color #0d486b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001000 01101011
Octal 15 110 153
Decimal 13 72 107
Hex D 48 6B

RGB Percentages of Color #0d486b

%6.77
%37.50
%55.73

CMYK Percentages of Color #0d486b

%88
%33
%0
%58

Triadic Colors of #0d486b

#0d486b #6b0d48 #486b0d

Analogous Colors of #0d486b

#0d486b #0d196b #0d6b5f

Monochromatic Colors of #0d486b

#0d486b

Complementary Color

#0d486b #6b300d

#0d486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d486b Color CSS Codes

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

#0d486b Text Font Color

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

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


#0d486b Background Color

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

This div background color is #0d486b


#0d486b Border Color

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

This div border color is #0d486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d486b


Comments

No comments written yet.

Please login to write comment.