Color Hex Logo

#0c137e Color Hex

#0C137E
(12,19,126)
0 Favorites   0 Comments

Color spaces of #0c137e

RGB 1219126
HSL0.660.830.27
HSV236°90°49°
CMYK 0.900.850.00   0.51
XYZ4.15042.050319.9157
Yxy2.05030.15890.0785
Hunter Lab14.318926.6812-72.4415
CIE-Lab15.749039.2215-58.7897

#0c137e color RGB value is (12,19,126).

#0c137e hex color red value is 12, green value is 19 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0c137e hue: 0.66 , saturation: 0.83 and the lightness value of 0c137e is 0.27.

The process color (four color CMYK) of #0c137e color hex is 0.90, 0.85, 0.00, 0.51. Web safe color of #0c137e is #000066. Color #0c137e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010011 01111110
Octal 14 23 176
Decimal 12 19 126
Hex C 13 7E

RGB Percentages of Color #0c137e

%7.64
%12.10
%80.25

CMYK Percentages of Color #0c137e

%90
%85
%0
%51

Triadic Colors of #0c137e

#0c137e #7e0c13 #137e0c

Analogous Colors of #0c137e

#0c137e #3e0c7e #0c4c7e

Monochromatic Colors of #0c137e

#0c137e

Complementary Color

#0c137e #7e770c

#0c137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c137e Color CSS Codes

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

#0c137e Text Font Color

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

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


#0c137e Background Color

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

This div background color is #0c137e


#0c137e Border Color

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

This div border color is #0c137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c137e


Comments

No comments written yet.

Please login to write comment.