Color Hex Logo

#190fab Color Hex

#190FAB
(25,15,171)
0 Favorites   0 Comments

Color spaces of #190fab

RGB 2515171
HSL0.680.840.36
HSV244°91°67°
CMYK 0.850.910.00   0.33
XYZ7.92243.488638.7839
Yxy3.48860.15780.0695
Hunter Lab18.677843.0267-110.0395
CIE-Lab21.903155.0363-76.4229

#190fab color RGB value is (25,15,171).

#190fab hex color red value is 25, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #190fab hue: 0.68 , saturation: 0.84 and the lightness value of 190fab is 0.36.

The process color (four color CMYK) of #190fab color hex is 0.85, 0.91, 0.00, 0.33. Web safe color of #190fab is #000099. Color #190fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001111 10101011
Octal 31 17 253
Decimal 25 15 171
Hex 19 F AB

RGB Percentages of Color #190fab

%11.85
%7.11
%81.04

CMYK Percentages of Color #190fab

%85
%91
%0
%33

Triadic Colors of #190fab

#190fab #ab190f #0fab19

Analogous Colors of #190fab

#190fab #670fab #0f53ab

Monochromatic Colors of #190fab

#190fab

Complementary Color

#190fab #a1ab0f

#190fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#190fab Color CSS Codes

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

#190fab Text Font Color

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

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


#190fab Background Color

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

This div background color is #190fab


#190fab Border Color

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

This div border color is #190fab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,15,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #190fab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #190fab;
  -webkit-box-shadow: 1px 1px 3px 2px #190fab;
  box-shadow:         1px 1px 3px 2px #190fab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,15,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190fab


Comments

No comments written yet.

Please login to write comment.