Color Hex Logo

#041cbc Color Hex

#041CBC
(4,28,188)
0 Favorites   0 Comments

Color spaces of #041cbc

RGB 428188
HSL0.640.960.38
HSV232°98°74°
CMYK 0.980.850.00   0.26
XYZ9.54244.487247.9401
Yxy4.48720.15400.0724
Hunter Lab21.183043.3394-119.3534
CIE-Lab25.220854.7100-81.0812

#041cbc color RGB value is (4,28,188).

#041cbc hex color red value is 4, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #041cbc hue: 0.64 , saturation: 0.96 and the lightness value of 041cbc is 0.38.

The process color (four color CMYK) of #041cbc color hex is 0.98, 0.85, 0.00, 0.26. Web safe color of #041cbc is #0033cc. Color #041cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011100 10111100
Octal 4 34 274
Decimal 4 28 188
Hex 4 1C BC

RGB Percentages of Color #041cbc

%1.82
%12.73
%85.45

CMYK Percentages of Color #041cbc

%98
%85
%0
%26

Triadic Colors of #041cbc

#041cbc #bc041c #1cbc04

Analogous Colors of #041cbc

#041cbc #4804bc #0478bc

Monochromatic Colors of #041cbc

#041cbc

Complementary Color

#041cbc #bca404

#041cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#041cbc Color CSS Codes

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

#041cbc Text Font Color

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

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


#041cbc Background Color

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

This div background color is #041cbc


#041cbc Border Color

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

This div border color is #041cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #041cbc


Comments

No comments written yet.

Please login to write comment.