Color Hex Logo

#0c1741 Color Hex

#0C1741
(12,23,65)
0 Favorites   0 Comments

Color spaces of #0c1741

RGB 122365
HSL0.630.690.15
HSV228°82°25°
CMYK 0.820.650.00   0.75
XYZ1.41221.07265.1336
Yxy1.07260.18540.1408
Hunter Lab10.35666.2156-22.1393
CIE-Lab9.582212.6521-28.1450

#0c1741 color RGB value is (12,23,65).

#0c1741 hex color red value is 12, green value is 23 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #0c1741 hue: 0.63 , saturation: 0.69 and the lightness value of 0c1741 is 0.15.

The process color (four color CMYK) of #0c1741 color hex is 0.82, 0.65, 0.00, 0.75. Web safe color of #0c1741 is #000033. Color #0c1741 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010111 01000001
Octal 14 27 101
Decimal 12 23 65
Hex C 17 41

RGB Percentages of Color #0c1741

%12.00
%23.00
%65.00

CMYK Percentages of Color #0c1741

%82
%65
%0
%75

Triadic Colors of #0c1741

#0c1741 #410c17 #17410c

Analogous Colors of #0c1741

#0c1741 #1c0c41 #0c3241

Monochromatic Colors of #0c1741

#0c1741

Complementary Color

#0c1741 #41360c

#0c1741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c1741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c1741 Color CSS Codes

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

#0c1741 Text Font Color

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

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


#0c1741 Background Color

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

This div background color is #0c1741


#0c1741 Border Color

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

This div border color is #0c1741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c1741


Comments

No comments written yet.

Please login to write comment.