Color Hex Logo

#0c344f Color Hex

#0C344F
(12,52,79)
0 Favorites   0 Comments

Color spaces of #0c344f

RGB 125279
HSL0.570.740.18
HSV204°85°31°
CMYK 0.850.340.00   0.69
XYZ2.79093.09877.8481
Yxy3.09870.20320.2256
Hunter Lab17.6031-2.5051-14.1114
CIE-Lab20.4349-2.7923-20.4147

#0c344f color RGB value is (12,52,79).

#0c344f hex color red value is 12, green value is 52 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #0c344f hue: 0.57 , saturation: 0.74 and the lightness value of 0c344f is 0.18.

The process color (four color CMYK) of #0c344f color hex is 0.85, 0.34, 0.00, 0.69. Web safe color of #0c344f is #003366. Color #0c344f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00110100 01001111
Octal 14 64 117
Decimal 12 52 79
Hex C 34 4F

RGB Percentages of Color #0c344f

%8.39
%36.36
%55.24

CMYK Percentages of Color #0c344f

%85
%34
%0
%69

Triadic Colors of #0c344f

#0c344f #4f0c34 #344f0c

Analogous Colors of #0c344f

#0c344f #0c134f #0c4f49

Monochromatic Colors of #0c344f

#0c344f

Complementary Color

#0c344f #4f270c

#0c344f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c344f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c344f Color CSS Codes

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

#0c344f Text Font Color

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

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


#0c344f Background Color

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

This div background color is #0c344f


#0c344f Border Color

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

This div border color is #0c344f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c344f


Comments

No comments written yet.

Please login to write comment.