Color Hex Logo

#041bff Color Hex

#041BFF
(4,27,255)
0 Favorites   0 Comments

Color spaces of #041bff

RGB 427255
HSL0.651.000.51
HSV235°98°100°
CMYK 0.980.890.00   0.00
XYZ18.49208.029795.1830
Yxy8.02970.15190.0660
Hunter Lab28.336766.8964-179.3193
CIE-Lab34.044774.0147-104.9492

#041bff color RGB value is (4,27,255).

#041bff hex color red value is 4, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #041bff hue: 0.65 , saturation: 1.00 and the lightness value of 041bff is 0.51.

The process color (four color CMYK) of #041bff color hex is 0.98, 0.89, 0.00, 0.00. Web safe color of #041bff is #0033ff. Color #041bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011011 11111111
Octal 4 33 377
Decimal 4 27 255
Hex 4 1B FF

RGB Percentages of Color #041bff

%1.40
%9.44
%89.16

CMYK Percentages of Color #041bff

%98
%89
%0
%0

Triadic Colors of #041bff

#041bff #ff041b #1bff04

Analogous Colors of #041bff

#041bff #6b04ff #0499ff

Monochromatic Colors of #041bff

#041bff

Complementary Color

#041bff #ffe804

#041bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#041bff Color CSS Codes

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

#041bff Text Font Color

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

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


#041bff Background Color

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

This div background color is #041bff


#041bff Border Color

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

This div border color is #041bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041bff

Related Colors


Comments

No comments written yet.

Please login to write comment.