Color Hex Logo

#0c3cbc Color Hex

#0C3CBC
(12,60,188)
0 Favorites   0 Comments

Color spaces of #0c3cbc

RGB 1260188
HSL0.620.880.39
HSV224°94°74°
CMYK 0.940.680.00   0.26
XYZ10.84466.940748.3451
Yxy6.94070.16400.1050
Hunter Lab26.345227.3727-90.3592
CIE-Lab31.671537.0286-70.3865

#0c3cbc color RGB value is (12,60,188).

#0c3cbc hex color red value is 12, green value is 60 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0c3cbc hue: 0.62 , saturation: 0.88 and the lightness value of 0c3cbc is 0.39.

The process color (four color CMYK) of #0c3cbc color hex is 0.94, 0.68, 0.00, 0.26. Web safe color of #0c3cbc is #0033cc. Color #0c3cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00111100 10111100
Octal 14 74 274
Decimal 12 60 188
Hex C 3C BC

RGB Percentages of Color #0c3cbc

%4.62
%23.08
%72.31

CMYK Percentages of Color #0c3cbc

%94
%68
%0
%26

Triadic Colors of #0c3cbc

#0c3cbc #bc0c3c #3cbc0c

Analogous Colors of #0c3cbc

#0c3cbc #340cbc #0c94bc

Monochromatic Colors of #0c3cbc

#0c3cbc

Complementary Color

#0c3cbc #bc8c0c

#0c3cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c3cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c3cbc Color CSS Codes

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

#0c3cbc Text Font Color

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

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


#0c3cbc Background Color

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

This div background color is #0c3cbc


#0c3cbc Border Color

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

This div border color is #0c3cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c3cbc


Comments

No comments written yet.

Please login to write comment.