Color Hex Logo

#0d114a Color Hex

#0D114A
(13,17,74)
0 Favorites   0 Comments

Color spaces of #0d114a

RGB 131774
HSL0.660.700.17
HSV236°82°29°
CMYK 0.820.770.00   0.71
XYZ1.60250.98096.5834
Yxy0.98090.17480.1070
Hunter Lab9.904011.5497-32.4783
CIE-Lab8.831321.1789-35.6857

#0d114a color RGB value is (13,17,74).

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

The process color (four color CMYK) of #0d114a color hex is 0.82, 0.77, 0.00, 0.71. Web safe color of #0d114a is #000033. Color #0d114a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010001 01001010
Octal 15 21 112
Decimal 13 17 74
Hex D 11 4A

RGB Percentages of Color #0d114a

%12.50
%16.35
%71.15

CMYK Percentages of Color #0d114a

%82
%77
%0
%71

Triadic Colors of #0d114a

#0d114a #4a0d11 #114a0d

Analogous Colors of #0d114a

#0d114a #280d4a #0d304a

Monochromatic Colors of #0d114a

#0d114a

Complementary Color

#0d114a #4a460d

#0d114a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d114a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d114a Color CSS Codes

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

#0d114a Text Font Color

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

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


#0d114a Background Color

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

This div background color is #0d114a


#0d114a Border Color

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

This div border color is #0d114a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d114a


Comments

No comments written yet.

Please login to write comment.