Color Hex Logo

#130bcc Color Hex

#130BCC
(19,11,204)
0 Favorites   0 Comments

Color spaces of #130bcc

RGB 1911204
HSL0.670.900.42
HSV242°95°80°
CMYK 0.910.950.00   0.20
XYZ11.28734.737457.4462
Yxy4.73740.15360.0645
Hunter Lab21.765654.4777-141.2491
CIE-Lab25.973164.8466-89.2409

#130bcc color RGB value is (19,11,204).

#130bcc hex color red value is 19, green value is 11 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #130bcc hue: 0.67 , saturation: 0.90 and the lightness value of 130bcc is 0.42.

The process color (four color CMYK) of #130bcc color hex is 0.91, 0.95, 0.00, 0.20. Web safe color of #130bcc is #0000cc. Color #130bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001011 11001100
Octal 23 13 314
Decimal 19 11 204
Hex 13 B CC

RGB Percentages of Color #130bcc

%8.12
%4.70
%87.18

CMYK Percentages of Color #130bcc

%91
%95
%0
%20

Triadic Colors of #130bcc

#130bcc #cc130b #0bcc13

Analogous Colors of #130bcc

#130bcc #740bcc #0b63cc

Monochromatic Colors of #130bcc

#130bcc

Complementary Color

#130bcc #c4cc0b

#130bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#130bcc Color CSS Codes

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

#130bcc Text Font Color

<p style="color:#130bcc">Text here</p>

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


#130bcc Background Color

<div style="background-color:#130bcc">
Div content here</div>

This div background color is #130bcc


#130bcc Border Color

<div style="border:3px solid #130bcc">
Div here</div>

This div border color is #130bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,11,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #130bcc;
  box-shadow:         1px 1px 3px 2px #130bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130bcc


Comments

No comments written yet.

Please login to write comment.