Color Hex Logo

#0c79bd Color Hex

#0C79BD
(12,121,189)
0 Favorites   0 Comments

Color spaces of #0c79bd

RGB 12121189
HSL0.560.880.39
HSV203°94°74°
CMYK 0.940.360.00   0.26
XYZ16.174317.427050.6554
Yxy17.42700.19200.2068
Hunter Lab41.7457-3.8953-42.7223
CIE-Lab48.7936-2.2067-43.2584

#0c79bd color RGB value is (12,121,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 01111001 10111101
Octal 14 171 275
Decimal 12 121 189
Hex C 79 BD

RGB Percentages of Color #0c79bd

%3.73
%37.58
%58.70

CMYK Percentages of Color #0c79bd

%94
%36
%0
%26

Triadic Colors of #0c79bd

#0c79bd #bd0c79 #79bd0c

Analogous Colors of #0c79bd

#0c79bd #0c20bd #0cbda9

Monochromatic Colors of #0c79bd

#0c79bd

Complementary Color

#0c79bd #bd500c

#0c79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c79bd Color CSS Codes

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

#0c79bd Text Font Color

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

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


#0c79bd Background Color

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

This div background color is #0c79bd


#0c79bd Border Color

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

This div border color is #0c79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c79bd


Comments

No comments written yet.

Please login to write comment.