Color Hex Logo

#0c4773 Color Hex

#0C4773
(12,71,115)
0 Favorites   0 Comments

Color spaces of #0c4773

RGB 1271115
HSL0.570.810.25
HSV206°90°45°
CMYK 0.900.380.00   0.55
XYZ5.49945.822417.0537
Yxy5.82240.19380.2052
Hunter Lab24.1296-1.5449-25.0126
CIE-Lab28.9599-0.4049-30.2906

#0c4773 color RGB value is (12,71,115).

#0c4773 hex color red value is 12, green value is 71 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #0c4773 hue: 0.57 , saturation: 0.81 and the lightness value of 0c4773 is 0.25.

The process color (four color CMYK) of #0c4773 color hex is 0.90, 0.38, 0.00, 0.55. Web safe color of #0c4773 is #003366. Color #0c4773 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000111 01110011
Octal 14 107 163
Decimal 12 71 115
Hex C 47 73

RGB Percentages of Color #0c4773

%6.06
%35.86
%58.08

CMYK Percentages of Color #0c4773

%90
%38
%0
%55

Triadic Colors of #0c4773

#0c4773 #730c47 #47730c

Analogous Colors of #0c4773

#0c4773 #0c1373 #0c736c

Monochromatic Colors of #0c4773

#0c4773

Complementary Color

#0c4773 #73380c

#0c4773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c4773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c4773 Color CSS Codes

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

#0c4773 Text Font Color

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

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


#0c4773 Background Color

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

This div background color is #0c4773


#0c4773 Border Color

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

This div border color is #0c4773


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,71,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c4773; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c4773;
  -webkit-box-shadow: 1px 1px 3px 2px #0c4773;
  box-shadow:         1px 1px 3px 2px #0c4773; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,71,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c4773


Comments

No comments written yet.

Please login to write comment.