Color Hex Logo

#019dbc Color Hex

#019DBC
(1,157,188)
0 Favorites   0 Comments

Color spaces of #019dbc

RGB 1157188
HSL0.530.990.37
HSV190°99°74°
CMYK 0.990.160.00   0.26
XYZ21.146627.751251.8189
Yxy27.75120.21000.2755
Hunter Lab52.6794-20.5354-21.4459
CIE-Lab59.6633-23.1618-25.6951

#019dbc color RGB value is (1,157,188).

#019dbc hex color red value is 1, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #019dbc hue: 0.53 , saturation: 0.99 and the lightness value of 019dbc is 0.37.

The process color (four color CMYK) of #019dbc color hex is 0.99, 0.16, 0.00, 0.26. Web safe color of #019dbc is #0099cc. Color #019dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011101 10111100
Octal 1 235 274
Decimal 1 157 188
Hex 1 9D BC

RGB Percentages of Color #019dbc

%0.29
%45.38
%54.34

CMYK Percentages of Color #019dbc

%99
%16
%0
%26

Triadic Colors of #019dbc

#019dbc #bc019d #9dbc01

Analogous Colors of #019dbc

#019dbc #013fbc #01bc7e

Monochromatic Colors of #019dbc

#019dbc

Complementary Color

#019dbc #bc2001

#019dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#019dbc Color CSS Codes

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

#019dbc Text Font Color

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

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


#019dbc Background Color

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

This div background color is #019dbc


#019dbc Border Color

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

This div border color is #019dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #019dbc;
  box-shadow:         1px 1px 3px 2px #019dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,157,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019dbc


Comments

No comments written yet.

Please login to write comment.