Color Hex Logo

#0c497f Color Hex

#0C497F
(12,73,127)
0 Favorites   0 Comments

Color spaces of #0c497f

RGB 1273127
HSL0.580.830.27
HSV208°91°50°
CMYK 0.910.430.00   0.50
XYZ6.36496.375620.9738
Yxy6.37560.18880.1891
Hunter Lab25.25000.8081-31.5741
CIE-Lab30.34103.2974-35.6072

#0c497f color RGB value is (12,73,127).

#0c497f hex color red value is 12, green value is 73 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #0c497f hue: 0.58 , saturation: 0.83 and the lightness value of 0c497f is 0.27.

The process color (four color CMYK) of #0c497f color hex is 0.91, 0.43, 0.00, 0.50. Web safe color of #0c497f is #003366. Color #0c497f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01001001 01111111
Octal 14 111 177
Decimal 12 73 127
Hex C 49 7F

RGB Percentages of Color #0c497f

%5.66
%34.43
%59.91

CMYK Percentages of Color #0c497f

%91
%43
%0
%50

Triadic Colors of #0c497f

#0c497f #7f0c49 #497f0c

Analogous Colors of #0c497f

#0c497f #0c107f #0c7f7c

Monochromatic Colors of #0c497f

#0c497f

Complementary Color

#0c497f #7f420c

#0c497f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c497f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c497f Color CSS Codes

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

#0c497f Text Font Color

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

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


#0c497f Background Color

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

This div background color is #0c497f


#0c497f Border Color

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

This div border color is #0c497f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c497f


Comments

No comments written yet.

Please login to write comment.