Color Hex Logo

#019cfb Color Hex

#019CFB
(1,156,251)
0 Favorites   0 Comments

Color spaces of #019cfb

RGB 1156251
HSL0.560.990.49
HSV203°100°98°
CMYK 1.000.380.00   0.02
XYZ29.313630.748495.6568
Yxy30.74840.18820.1975
Hunter Lab55.4512-2.6779-63.4630
CIE-Lab62.29470.3390-56.5591

#019cfb color RGB value is (1,156,251).

#019cfb hex color red value is 1, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #019cfb hue: 0.56 , saturation: 0.99 and the lightness value of 019cfb is 0.49.

The process color (four color CMYK) of #019cfb color hex is 1.00, 0.38, 0.00, 0.02. Web safe color of #019cfb is #0099ff. Color #019cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011100 11111011
Octal 1 234 373
Decimal 1 156 251
Hex 1 9C FB

RGB Percentages of Color #019cfb

%0.25
%38.24
%61.52

CMYK Percentages of Color #019cfb

%100
%38
%0
%2

Triadic Colors of #019cfb

#019cfb #fb019c #9cfb01

Analogous Colors of #019cfb

#019cfb #011ffb #01fbdd

Monochromatic Colors of #019cfb

#019cfb

Complementary Color

#019cfb #fb6001

#019cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#019cfb Color CSS Codes

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

#019cfb Text Font Color

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

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


#019cfb Background Color

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

This div background color is #019cfb


#019cfb Border Color

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

This div border color is #019cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019cfb


Comments

No comments written yet.

Please login to write comment.