Color Hex Logo

#130aa8 Color Hex

#130AA8
(19,10,168)
0 Favorites   0 Comments

Color spaces of #130aa8

RGB 1910168
HSL0.680.890.35
HSV243°94°66°
CMYK 0.890.940.00   0.34
XYZ7.44503.182737.2677
Yxy3.18270.15540.0665
Hunter Lab17.840143.2710-111.3677
CIE-Lab20.761255.4800-76.5196

#130aa8 color RGB value is (19,10,168).

#130aa8 hex color red value is 19, green value is 10 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #130aa8 hue: 0.68 , saturation: 0.89 and the lightness value of 130aa8 is 0.35.

The process color (four color CMYK) of #130aa8 color hex is 0.89, 0.94, 0.00, 0.34. Web safe color of #130aa8 is #000099. Color #130aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 10101000
Octal 23 12 250
Decimal 19 10 168
Hex 13 A A8

RGB Percentages of Color #130aa8

%9.64
%5.08
%85.28

CMYK Percentages of Color #130aa8

%89
%94
%0
%34

Triadic Colors of #130aa8

#130aa8 #a8130a #0aa813

Analogous Colors of #130aa8

#130aa8 #620aa8 #0a50a8

Monochromatic Colors of #130aa8

#130aa8

Complementary Color

#130aa8 #9fa80a

#130aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130aa8 Color CSS Codes

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

#130aa8 Text Font Color

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

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


#130aa8 Background Color

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

This div background color is #130aa8


#130aa8 Border Color

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

This div border color is #130aa8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,10,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #130aa8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #130aa8;
  -webkit-box-shadow: 1px 1px 3px 2px #130aa8;
  box-shadow:         1px 1px 3px 2px #130aa8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #130aa8


Comments

No comments written yet.

Please login to write comment.