Color Hex Logo

#019098 Color Hex

#019098
(1,144,152)
0 Favorites   0 Comments

Color spaces of #019098

RGB 1144152
HSL0.510.990.30
HSV183°99°60°
CMYK 0.990.050.00   0.40
XYZ15.653322.220033.1696
Yxy22.22000.22030.3128
Hunter Lab47.1381-23.2166-8.7238
CIE-Lab54.2597-28.7748-13.4353

#019098 color RGB value is (1,144,152).

#019098 hex color red value is 1, green value is 144 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #019098 hue: 0.51 , saturation: 0.99 and the lightness value of 019098 is 0.30.

The process color (four color CMYK) of #019098 color hex is 0.99, 0.05, 0.00, 0.40. Web safe color of #019098 is #009999. Color #019098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10010000 10011000
Octal 1 220 230
Decimal 1 144 152
Hex 1 90 98

RGB Percentages of Color #019098

%0.34
%48.48
%51.18

CMYK Percentages of Color #019098

%99
%5
%0
%40

Triadic Colors of #019098

#019098 #980190 #909801

Analogous Colors of #019098

#019098 #014598 #019854

Monochromatic Colors of #019098

#019098

Complementary Color

#019098 #980901

#019098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019098 Color CSS Codes

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

#019098 Text Font Color

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

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


#019098 Background Color

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

This div background color is #019098


#019098 Border Color

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

This div border color is #019098


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,144,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 #019098">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019098


Comments

No comments written yet.

Please login to write comment.