Color Hex Logo

#0d12cc Color Hex

#0D12CC
(13,18,204)
0 Favorites   0 Comments

Color spaces of #0d12cc

RGB 1318204
HSL0.660.880.43
HSV238°94°80°
CMYK 0.940.910.00   0.20
XYZ11.28144.877857.4737
Yxy4.87780.15320.0662
Hunter Lab22.085752.5278-138.8303
CIE-Lab26.383763.0339-88.5587

#0d12cc color RGB value is (13,18,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00010010 11001100
Octal 15 22 314
Decimal 13 18 204
Hex D 12 CC

RGB Percentages of Color #0d12cc

%5.53
%7.66
%86.81

CMYK Percentages of Color #0d12cc

%94
%91
%0
%20

Triadic Colors of #0d12cc

#0d12cc #cc0d12 #12cc0d

Analogous Colors of #0d12cc

#0d12cc #680dcc #0d72cc

Monochromatic Colors of #0d12cc

#0d12cc

Complementary Color

#0d12cc #ccc70d

#0d12cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d12cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d12cc Color CSS Codes

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

#0d12cc Text Font Color

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

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


#0d12cc Background Color

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

This div background color is #0d12cc


#0d12cc Border Color

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

This div border color is #0d12cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d12cc


Comments

No comments written yet.

Please login to write comment.