Color Hex Logo

#1320bb Color Hex

#1320BB
(19,32,187)
0 Favorites   0 Comments

Color spaces of #1320bb

RGB 1932187
HSL0.650.820.40
HSV235°90°73°
CMYK 0.900.830.00   0.27
XYZ9.75474.759347.4182
Yxy4.75930.15750.0768
Hunter Lab21.815841.6366-113.5999
CIE-Lab26.037752.8996-79.1186

#1320bb color RGB value is (19,32,187).

#1320bb hex color red value is 19, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1320bb hue: 0.65 , saturation: 0.82 and the lightness value of 1320bb is 0.40.

The process color (four color CMYK) of #1320bb color hex is 0.90, 0.83, 0.00, 0.27. Web safe color of #1320bb is #0033cc. Color #1320bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00100000 10111011
Octal 23 40 273
Decimal 19 32 187
Hex 13 20 BB

RGB Percentages of Color #1320bb

%7.98
%13.45
%78.57

CMYK Percentages of Color #1320bb

%90
%83
%0
%27

Triadic Colors of #1320bb

#1320bb #bb1320 #20bb13

Analogous Colors of #1320bb

#1320bb #5a13bb #1374bb

Monochromatic Colors of #1320bb

#1320bb

Complementary Color

#1320bb #bbae13

#1320bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1320bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1320bb Color CSS Codes

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

#1320bb Text Font Color

<p style="color:#1320bb">Text here</p>

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


#1320bb Background Color

<div style="background-color:#1320bb">
Div content here</div>

This div background color is #1320bb


#1320bb Border Color

<div style="border:3px solid #1320bb">
Div here</div>

This div border color is #1320bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,32,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1320bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1320bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1320bb;
  box-shadow:         1px 1px 3px 2px #1320bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1320bb


Comments

No comments written yet.

Please login to write comment.