Color Hex Logo

#133bdc Color Hex

#133BDC
(19,59,220)
0 Favorites   0 Comments

Color spaces of #133bdc

RGB 1959220
HSL0.630.840.47
HSV228°91°86°
CMYK 0.910.730.00   0.14
XYZ14.75088.433768.5606
Yxy8.43370.16080.0919
Hunter Lab29.040839.8446-119.6453
CIE-Lab34.870349.4283-83.7153

#133bdc color RGB value is (19,59,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111011 11011100
Octal 23 73 334
Decimal 19 59 220
Hex 13 3B DC

RGB Percentages of Color #133bdc

%6.38
%19.80
%73.83

CMYK Percentages of Color #133bdc

%91
%73
%0
%14

Triadic Colors of #133bdc

#133bdc #dc133b #3bdc13

Analogous Colors of #133bdc

#133bdc #4f13dc #13a0dc

Monochromatic Colors of #133bdc

#133bdc

Complementary Color

#133bdc #dcb413

#133bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#133bdc Color CSS Codes

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

#133bdc Text Font Color

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

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


#133bdc Background Color

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

This div background color is #133bdc


#133bdc Border Color

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

This div border color is #133bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133bdc


Comments

No comments written yet.

Please login to write comment.