Color Hex Logo

#0c109e Color Hex

#0C109E
(12,16,158)
0 Favorites   0 Comments

Color spaces of #0c109e

RGB 1216158
HSL0.660.860.33
HSV238°92°62°
CMYK 0.920.900.00   0.38
XYZ6.50852.917432.5678
Yxy2.91740.15500.0695
Hunter Lab17.080438.1269-101.0941
CIE-Lab19.710050.6360-72.1848

#0c109e color RGB value is (12,16,158).

#0c109e hex color red value is 12, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0c109e hue: 0.66 , saturation: 0.86 and the lightness value of 0c109e is 0.33.

The process color (four color CMYK) of #0c109e color hex is 0.92, 0.90, 0.00, 0.38. Web safe color of #0c109e is #000099. Color #0c109e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010000 10011110
Octal 14 20 236
Decimal 12 16 158
Hex C 10 9E

RGB Percentages of Color #0c109e

%6.45
%8.60
%84.95

CMYK Percentages of Color #0c109e

%92
%90
%0
%38

Triadic Colors of #0c109e

#0c109e #9e0c10 #109e0c

Analogous Colors of #0c109e

#0c109e #510c9e #0c599e

Monochromatic Colors of #0c109e

#0c109e

Complementary Color

#0c109e #9e9a0c

#0c109e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c109e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c109e Color CSS Codes

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

#0c109e Text Font Color

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

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


#0c109e Background Color

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

This div background color is #0c109e


#0c109e Border Color

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

This div border color is #0c109e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c109e


Comments

No comments written yet.

Please login to write comment.