Color Hex Logo

#133866 Color Hex

#133866
(19,56,102)
0 Favorites   0 Comments

Color spaces of #133866

RGB 1956102
HSL0.590.690.24
HSV213°81°40°
CMYK 0.810.450.00   0.60
XYZ4.08103.926113.1131
Yxy3.92610.19320.1859
Hunter Lab19.81442.0889-25.3679
CIE-Lab23.42565.1459-30.7918

#133866 color RGB value is (19,56,102).

#133866 hex color red value is 19, green value is 56 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #133866 hue: 0.59 , saturation: 0.69 and the lightness value of 133866 is 0.24.

The process color (four color CMYK) of #133866 color hex is 0.81, 0.45, 0.00, 0.60. Web safe color of #133866 is #003366. Color #133866 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00111000 01100110
Octal 23 70 146
Decimal 19 56 102
Hex 13 38 66

RGB Percentages of Color #133866

%10.73
%31.64
%57.63

CMYK Percentages of Color #133866

%81
%45
%0
%60

Triadic Colors of #133866

#133866 #661338 #386613

Analogous Colors of #133866

#133866 #181366 #136166

Monochromatic Colors of #133866

#133866

Complementary Color

#133866 #664113

#133866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133866 Color CSS Codes

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

#133866 Text Font Color

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

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


#133866 Background Color

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

This div background color is #133866


#133866 Border Color

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

This div border color is #133866


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,56,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #133866; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #133866;
  -webkit-box-shadow: 1px 1px 3px 2px #133866;
  box-shadow:         1px 1px 3px 2px #133866; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133866


Comments

No comments written yet.

Please login to write comment.