Color Hex Logo

#133098 Color Hex

#133098
(19,48,152)
0 Favorites   0 Comments

Color spaces of #133098

RGB 1948152
HSL0.630.780.34
HSV227°88°60°
CMYK 0.880.680.00   0.40
XYZ6.99304.519430.2095
Yxy4.51940.16760.1083
Hunter Lab21.258921.5136-69.3716
CIE-Lab25.319231.4135-59.2042

#133098 color RGB value is (19,48,152).

#133098 hex color red value is 19, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #133098 hue: 0.63 , saturation: 0.78 and the lightness value of 133098 is 0.34.

The process color (four color CMYK) of #133098 color hex is 0.88, 0.68, 0.00, 0.40. Web safe color of #133098 is #003399. Color #133098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110000 10011000
Octal 23 60 230
Decimal 19 48 152
Hex 13 30 98

RGB Percentages of Color #133098

%8.68
%21.92
%69.41

CMYK Percentages of Color #133098

%88
%68
%0
%40

Triadic Colors of #133098

#133098 #981330 #309813

Analogous Colors of #133098

#133098 #391398 #137398

Monochromatic Colors of #133098

#133098

Complementary Color

#133098 #987b13

#133098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#133098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#133098 Color CSS Codes

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

#133098 Text Font Color

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

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


#133098 Background Color

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

This div background color is #133098


#133098 Border Color

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

This div border color is #133098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #133098


Comments

No comments written yet.

Please login to write comment.