Color Hex Logo

#0c2d85 Color Hex

#0C2D85
(12,45,133)
0 Favorites   0 Comments

Color spaces of #0c2d85

RGB 1245133
HSL0.620.830.28
HSV224°91°52°
CMYK 0.910.660.00   0.48
XYZ5.32363.648422.6139
Yxy3.64840.16850.1155
Hunter Lab19.100816.3235-56.8244
CIE-Lab22.473225.4718-52.1077

#0c2d85 color RGB value is (12,45,133).

#0c2d85 hex color red value is 12, green value is 45 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #0c2d85 hue: 0.62 , saturation: 0.83 and the lightness value of 0c2d85 is 0.28.

The process color (four color CMYK) of #0c2d85 color hex is 0.91, 0.66, 0.00, 0.48. Web safe color of #0c2d85 is #003399. Color #0c2d85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00101101 10000101
Octal 14 55 205
Decimal 12 45 133
Hex C 2D 85

RGB Percentages of Color #0c2d85

%6.32
%23.68
%70.00

CMYK Percentages of Color #0c2d85

%91
%66
%0
%48

Triadic Colors of #0c2d85

#0c2d85 #850c2d #2d850c

Analogous Colors of #0c2d85

#0c2d85 #280c85 #0c6a85

Monochromatic Colors of #0c2d85

#0c2d85

Complementary Color

#0c2d85 #85640c

#0c2d85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c2d85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c2d85 Color CSS Codes

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

#0c2d85 Text Font Color

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

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


#0c2d85 Background Color

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

This div background color is #0c2d85


#0c2d85 Border Color

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

This div border color is #0c2d85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c2d85


Comments

No comments written yet.

Please login to write comment.