Color Hex Logo

#0d125d Color Hex

#0D125D
(13,18,93)
0 Favorites   0 Comments

Color spaces of #0d125d

RGB 131893
HSL0.660.750.21
HSV236°86°36°
CMYK 0.860.810.00   0.64
XYZ2.35811.308510.4842
Yxy1.30850.16660.0925
Hunter Lab11.439016.7789-46.3340
CIE-Lab11.334828.0068-44.5399

#0d125d color RGB value is (13,18,93).

#0d125d hex color red value is 13, green value is 18 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #0d125d hue: 0.66 , saturation: 0.75 and the lightness value of 0d125d is 0.21.

The process color (four color CMYK) of #0d125d color hex is 0.86, 0.81, 0.00, 0.64. Web safe color of #0d125d is #000066. Color #0d125d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010010 01011101
Octal 15 22 135
Decimal 13 18 93
Hex D 12 5D

RGB Percentages of Color #0d125d

%10.48
%14.52
%75.00

CMYK Percentages of Color #0d125d

%86
%81
%0
%64

Triadic Colors of #0d125d

#0d125d #5d0d12 #125d0d

Analogous Colors of #0d125d

#0d125d #300d5d #0d3a5d

Monochromatic Colors of #0d125d

#0d125d

Complementary Color

#0d125d #5d580d

#0d125d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d125d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d125d Color CSS Codes

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

#0d125d Text Font Color

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

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


#0d125d Background Color

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

This div background color is #0d125d


#0d125d Border Color

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

This div border color is #0d125d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d125d


Comments

No comments written yet.

Please login to write comment.