Color Hex Logo

#019aff Color Hex

#019AFF
(1,154,255)
0 Favorites   0 Comments

Color spaces of #019aff

RGB 1154255
HSL0.571.000.50
HSV204°100°100°
CMYK 1.000.400.00   0.00
XYZ29.618130.337798.9025
Yxy30.33770.18640.1910
Hunter Lab55.0797-0.4043-67.9069
CIE-Lab61.94453.0140-59.3052

#019aff color RGB value is (1,154,255).

#019aff hex color red value is 1, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #019aff hue: 0.57 , saturation: 1.00 and the lightness value of 019aff is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011010 11111111
Octal 1 232 377
Decimal 1 154 255
Hex 1 9A FF

RGB Percentages of Color #019aff

%0.24
%37.56
%62.20

CMYK Percentages of Color #019aff

%100
%40
%0
%0

Triadic Colors of #019aff

#019aff #ff019a #9aff01

Analogous Colors of #019aff

#019aff #011bff #01ffe5

Monochromatic Colors of #019aff

#019aff

Complementary Color

#019aff #ff6601

#019aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#019aff Color CSS Codes

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

#019aff Text Font Color

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

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


#019aff Background Color

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

This div background color is #019aff


#019aff Border Color

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

This div border color is #019aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019aff

Related Colors


Comments

No comments written yet.

Please login to write comment.