Color Hex Logo

#0c2435 Color Hex

#0C2435
(12,36,53)
0 Favorites   0 Comments

Color spaces of #0c2435

RGB 123653
HSL0.570.630.13
HSV205°77°21°
CMYK 0.770.320.00   0.79
XYZ1.42511.59703.6013
Yxy1.59700.21520.2411
Hunter Lab12.6372-1.9858-8.0501
CIE-Lab13.2119-2.6202-13.8339

#0c2435 color RGB value is (12,36,53).

#0c2435 hex color red value is 12, green value is 36 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #0c2435 hue: 0.57 , saturation: 0.63 and the lightness value of 0c2435 is 0.13.

The process color (four color CMYK) of #0c2435 color hex is 0.77, 0.32, 0.00, 0.79. Web safe color of #0c2435 is #003333. Color #0c2435 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00100100 00110101
Octal 14 44 65
Decimal 12 36 53
Hex C 24 35

RGB Percentages of Color #0c2435

%11.88
%35.64
%52.48

CMYK Percentages of Color #0c2435

%77
%32
%0
%79

Triadic Colors of #0c2435

#0c2435 #350c24 #24350c

Analogous Colors of #0c2435

#0c2435 #0c1035 #0c3532

Monochromatic Colors of #0c2435

#0c2435

Complementary Color

#0c2435 #351d0c

#0c2435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c2435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c2435 Color CSS Codes

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

#0c2435 Text Font Color

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

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


#0c2435 Background Color

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

This div background color is #0c2435


#0c2435 Border Color

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

This div border color is #0c2435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c2435


Comments

No comments written yet.

Please login to write comment.