Color Hex Logo

#133dff Color Hex

#133DFF
(19,61,255)
0 Favorites   0 Comments

Color spaces of #133dff

RGB 1961255
HSL0.641.000.54
HSV229°93°100°
CMYK 0.930.760.00   0.00
XYZ19.987310.695995.6188
Yxy10.69590.15830.0847
Hunter Lab32.704651.8567-150.4537
CIE-Lab39.063559.9895-96.5875

#133dff color RGB value is (19,61,255).

#133dff hex color red value is 19, green value is 61 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #133dff hue: 0.64 , saturation: 1.00 and the lightness value of 133dff is 0.54.

The process color (four color CMYK) of #133dff color hex is 0.93, 0.76, 0.00, 0.00. Web safe color of #133dff is #0033ff. Color #133dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111101 11111111
Octal 23 75 377
Decimal 19 61 255
Hex 13 3D FF

RGB Percentages of Color #133dff

%5.67
%18.21
%76.12

CMYK Percentages of Color #133dff

%93
%76
%0
%0

Triadic Colors of #133dff

#133dff #ff133d #3dff13

Analogous Colors of #133dff

#133dff #5f13ff #13b3ff

Monochromatic Colors of #133dff

#133dff

Complementary Color

#133dff #ffd513

#133dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#133dff Color CSS Codes

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

#133dff Text Font Color

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

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


#133dff Background Color

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

This div background color is #133dff


#133dff Border Color

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

This div border color is #133dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133dff

Related Colors


Comments

No comments written yet.

Please login to write comment.