Color Hex Logo

#0c62cc Color Hex

#0C62CC
(12,98,204)
0 Favorites   0 Comments

Color spaces of #0c62cc

RGB 1298204
HSL0.590.890.42
HSV213°94°80°
CMYK 0.940.520.00   0.20
XYZ15.418413.173258.8568
Yxy13.17320.17630.1506
Hunter Lab36.294912.3123-70.7398
CIE-Lab43.023118.2809-61.1565

#0c62cc color RGB value is (12,98,204).

#0c62cc hex color red value is 12, green value is 98 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0c62cc hue: 0.59 , saturation: 0.89 and the lightness value of 0c62cc is 0.42.

The process color (four color CMYK) of #0c62cc color hex is 0.94, 0.52, 0.00, 0.20. Web safe color of #0c62cc is #0066cc. Color #0c62cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01100010 11001100
Octal 14 142 314
Decimal 12 98 204
Hex C 62 CC

RGB Percentages of Color #0c62cc

%3.82
%31.21
%64.97

CMYK Percentages of Color #0c62cc

%94
%52
%0
%20

Triadic Colors of #0c62cc

#0c62cc #cc0c62 #62cc0c

Analogous Colors of #0c62cc

#0c62cc #160ccc #0cc2cc

Monochromatic Colors of #0c62cc

#0c62cc

Complementary Color

#0c62cc #cc760c

#0c62cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c62cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c62cc Color CSS Codes

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

#0c62cc Text Font Color

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

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


#0c62cc Background Color

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

This div background color is #0c62cc


#0c62cc Border Color

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

This div border color is #0c62cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c62cc


Comments

No comments written yet.

Please login to write comment.