Color Hex Logo

#0c023d Color Hex

#0C023D
(12,2,61)
0 Favorites   0 Comments

Color spaces of #0c023d

RGB 12261
HSL0.690.940.12
HSV250°97°24°
CMYK 0.800.970.00   0.76
XYZ1.01560.45854.4498
Yxy0.45850.17140.0774
Hunter Lab6.771314.9229-34.2231
CIE-Lab4.141623.3109-34.1632

#0c023d color RGB value is (12,2,61).

#0c023d hex color red value is 12, green value is 2 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #0c023d hue: 0.69 , saturation: 0.94 and the lightness value of 0c023d is 0.12.

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 00000010 00111101
Octal 14 2 75
Decimal 12 2 61
Hex C 2 3D

RGB Percentages of Color #0c023d

%16.00
%2.67
%81.33

CMYK Percentages of Color #0c023d

%80
%97
%0
%76

Triadic Colors of #0c023d

#0c023d #3d0c02 #023d0c

Analogous Colors of #0c023d

#0c023d #2a023d #02163d

Monochromatic Colors of #0c023d

#0c023d

Complementary Color

#0c023d #333d02

#0c023d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c023d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c023d Color CSS Codes

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

#0c023d Text Font Color

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

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


#0c023d Background Color

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

This div background color is #0c023d


#0c023d Border Color

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

This div border color is #0c023d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,2,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 #0c023d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c023d


Comments

No comments written yet.

Please login to write comment.