Color Hex Logo

#0c1bb0 Color Hex

#0C1BB0
(12,27,176)
0 Favorites   0 Comments

Color spaces of #0c1bb0

RGB 1227176
HSL0.650.870.37
HSV235°93°69°
CMYK 0.930.850.00   0.31
XYZ8.38003.996641.4040
Yxy3.99660.15580.0743
Hunter Lab19.991539.8382-108.8003
CIE-Lab23.660251.5894-76.5167

#0c1bb0 color RGB value is (12,27,176).

#0c1bb0 hex color red value is 12, green value is 27 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #0c1bb0 hue: 0.65 , saturation: 0.87 and the lightness value of 0c1bb0 is 0.37.

The process color (four color CMYK) of #0c1bb0 color hex is 0.93, 0.85, 0.00, 0.31. Web safe color of #0c1bb0 is #003399. Color #0c1bb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00011011 10110000
Octal 14 33 260
Decimal 12 27 176
Hex C 1B B0

RGB Percentages of Color #0c1bb0

%5.58
%12.56
%81.86

CMYK Percentages of Color #0c1bb0

%93
%85
%0
%31

Triadic Colors of #0c1bb0

#0c1bb0 #b00c1b #1bb00c

Analogous Colors of #0c1bb0

#0c1bb0 #4f0cb0 #0c6db0

Monochromatic Colors of #0c1bb0

#0c1bb0

Complementary Color

#0c1bb0 #b0a10c

#0c1bb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c1bb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c1bb0 Color CSS Codes

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

#0c1bb0 Text Font Color

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

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


#0c1bb0 Background Color

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

This div background color is #0c1bb0


#0c1bb0 Border Color

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

This div border color is #0c1bb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c1bb0


Comments

No comments written yet.

Please login to write comment.