Color Hex Logo

#133bdb Color Hex

#133BDB
(19,59,219)
0 Favorites   0 Comments

Color spaces of #133bdb

RGB 1959219
HSL0.630.840.47
HSV228°91°86°
CMYK 0.910.730.00   0.14
XYZ14.61878.380867.8650
Yxy8.38080.16090.0922
Hunter Lab28.949639.4754-118.7256
CIE-Lab34.763749.0832-83.3173

#133bdb color RGB value is (19,59,219).

#133bdb hex color red value is 19, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #133bdb hue: 0.63 , saturation: 0.84 and the lightness value of 133bdb is 0.47.

The process color (four color CMYK) of #133bdb color hex is 0.91, 0.73, 0.00, 0.14. Web safe color of #133bdb is #0033cc. Color #133bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11011011
Octal 23 73 333
Decimal 19 59 219
Hex 13 3B DB

RGB Percentages of Color #133bdb

%6.40
%19.87
%73.74

CMYK Percentages of Color #133bdb

%91
%73
%0
%14

Triadic Colors of #133bdb

#133bdb #db133b #3bdb13

Analogous Colors of #133bdb

#133bdb #4f13db #139fdb

Monochromatic Colors of #133bdb

#133bdb

Complementary Color

#133bdb #dbb313

#133bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bdb Color CSS Codes

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

#133bdb Text Font Color

<p style="color:#133bdb">Text here</p>

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


#133bdb Background Color

<div style="background-color:#133bdb">
Div content here</div>

This div background color is #133bdb


#133bdb Border Color

<div style="border:3px solid #133bdb">
Div here</div>

This div border color is #133bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,59,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #133bdb;
  box-shadow:         1px 1px 3px 2px #133bdb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bdb


Comments

No comments written yet.

Please login to write comment.