Color Hex Logo

#0c103d Color Hex

#0C103D
(12,16,61)
0 Favorites   0 Comments

Color spaces of #0c103d

RGB 121661
HSL0.650.670.14
HSV235°80°24°
CMYK 0.800.740.00   0.76
XYZ1.17920.78574.5044
Yxy0.78570.18230.1215
Hunter Lab8.86408.2344-23.9246
CIE-Lab7.097216.1929-29.3480

#0c103d color RGB value is (12,16,61).

#0c103d hex color red value is 12, green value is 16 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0c103d hue: 0.65 , saturation: 0.67 and the lightness value of 0c103d is 0.14.

The process color (four color CMYK) of #0c103d color hex is 0.80, 0.74, 0.00, 0.76. Web safe color of #0c103d is #000033. Color #0c103d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010000 00111101
Octal 14 20 75
Decimal 12 16 61
Hex C 10 3D

RGB Percentages of Color #0c103d

%13.48
%17.98
%68.54

CMYK Percentages of Color #0c103d

%80
%74
%0
%76

Triadic Colors of #0c103d

#0c103d #3d0c10 #103d0c

Analogous Colors of #0c103d

#0c103d #210c3d #0c293d

Monochromatic Colors of #0c103d

#0c103d

Complementary Color

#0c103d #3d390c

#0c103d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c103d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c103d Color CSS Codes

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

#0c103d Text Font Color

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

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


#0c103d Background Color

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

This div background color is #0c103d


#0c103d Border Color

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

This div border color is #0c103d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c103d


Comments

No comments written yet.

Please login to write comment.