Color Hex Logo

#190bae Color Hex

#190BAE
(25,11,174)
0 Favorites   0 Comments

Color spaces of #190bae

RGB 2511174
HSL0.680.880.36
HSV245°94°68°
CMYK 0.860.940.00   0.32
XYZ8.16063.502040.2902
Yxy3.50200.15710.0674
Hunter Lab18.713645.0910-114.5510
CIE-Lab21.951656.9947-78.1514

#190bae color RGB value is (25,11,174).

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

The process color (four color CMYK) of #190bae color hex is 0.86, 0.94, 0.00, 0.32. Web safe color of #190bae is #000099. Color #190bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00001011 10101110
Octal 31 13 256
Decimal 25 11 174
Hex 19 B AE

RGB Percentages of Color #190bae

%11.90
%5.24
%82.86

CMYK Percentages of Color #190bae

%86
%94
%0
%32

Triadic Colors of #190bae

#190bae #ae190b #0bae19

Analogous Colors of #190bae

#190bae #6b0bae #0b4eae

Monochromatic Colors of #190bae

#190bae

Complementary Color

#190bae #a0ae0b

#190bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#190bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#190bae Color CSS Codes

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

#190bae Text Font Color

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

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


#190bae Background Color

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

This div background color is #190bae


#190bae Border Color

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

This div border color is #190bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #190bae


Comments

No comments written yet.

Please login to write comment.