Color Hex Logo

#0c59dd Color Hex

#0C59DD
(12,89,221)
0 Favorites   0 Comments

Color spaces of #0c59dd

RGB 1289221
HSL0.610.900.46
HSV218°95°87°
CMYK 0.950.600.00   0.13
XYZ16.775112.443469.9243
Yxy12.44340.16920.1255
Hunter Lab35.275223.1540-92.8350
CIE-Lab41.912330.8431-72.7029

#0c59dd color RGB value is (12,89,221).

#0c59dd hex color red value is 12, green value is 89 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #0c59dd hue: 0.61 , saturation: 0.90 and the lightness value of 0c59dd is 0.46.

The process color (four color CMYK) of #0c59dd color hex is 0.95, 0.60, 0.00, 0.13. Web safe color of #0c59dd is #0066cc. Color #0c59dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01011001 11011101
Octal 14 131 335
Decimal 12 89 221
Hex C 59 DD

RGB Percentages of Color #0c59dd

%3.73
%27.64
%68.63

CMYK Percentages of Color #0c59dd

%95
%60
%0
%13

Triadic Colors of #0c59dd

#0c59dd #dd0c59 #59dd0c

Analogous Colors of #0c59dd

#0c59dd #280cdd #0cc2dd

Monochromatic Colors of #0c59dd

#0c59dd

Complementary Color

#0c59dd #dd900c

#0c59dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c59dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c59dd Color CSS Codes

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

#0c59dd Text Font Color

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

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


#0c59dd Background Color

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

This div background color is #0c59dd


#0c59dd Border Color

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

This div border color is #0c59dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c59dd


Comments

No comments written yet.

Please login to write comment.