Color Hex Logo

#0c1594 Color Hex

#0C1594
(12,21,148)
0 Favorites   0 Comments

Color spaces of #0c1594

RGB 1221148
HSL0.660.850.31
HSV236°92°58°
CMYK 0.920.860.00   0.42
XYZ5.76512.752628.2444
Yxy2.75260.15680.0749
Hunter Lab16.591032.9918-89.3214
CIE-Lab19.024545.4856-67.1649

#0c1594 color RGB value is (12,21,148).

#0c1594 hex color red value is 12, green value is 21 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #0c1594 hue: 0.66 , saturation: 0.85 and the lightness value of 0c1594 is 0.31.

The process color (four color CMYK) of #0c1594 color hex is 0.92, 0.86, 0.00, 0.42. Web safe color of #0c1594 is #000099. Color #0c1594 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010101 10010100
Octal 14 25 224
Decimal 12 21 148
Hex C 15 94

RGB Percentages of Color #0c1594

%6.63
%11.60
%81.77

CMYK Percentages of Color #0c1594

%92
%86
%0
%42

Triadic Colors of #0c1594

#0c1594 #940c15 #15940c

Analogous Colors of #0c1594

#0c1594 #470c94 #0c5994

Monochromatic Colors of #0c1594

#0c1594

Complementary Color

#0c1594 #948b0c

#0c1594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c1594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c1594 Color CSS Codes

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

#0c1594 Text Font Color

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

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


#0c1594 Background Color

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

This div background color is #0c1594


#0c1594 Border Color

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

This div border color is #0c1594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c1594


Comments

No comments written yet.

Please login to write comment.