Color Hex Logo

#0041bf Color Hex

#0041BF
(0,65,191)
0 Favorites   0 Comments

Color spaces of #0041bf

RGB 065191
HSL0.611.000.37
HSV220°100°75°
CMYK 1.000.660.00   0.25
XYZ11.29437.542250.1507
Yxy7.54220.16370.1093
Hunter Lab27.463125.3485-89.0462
CIE-Lab33.010734.5632-69.9540

#0041bf color RGB value is (0,65,191).

#0041bf hex color red value is 0, green value is 65 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0041bf hue: 0.61 , saturation: 1.00 and the lightness value of 0041bf is 0.37.

The process color (four color CMYK) of #0041bf color hex is 1.00, 0.66, 0.00, 0.25. Web safe color of #0041bf is #0033cc. Color #0041bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01000001 10111111
Octal 0 101 277
Decimal 0 65 191
Hex 0 41 BF

RGB Percentages of Color #0041bf

%0.00
%25.39
%74.61

CMYK Percentages of Color #0041bf

%100
%66
%0
%25

Triadic Colors of #0041bf

#0041bf #bf0041 #41bf00

Analogous Colors of #0041bf

#0041bf #1e00bf #00a1bf

Monochromatic Colors of #0041bf

#0041bf

Complementary Color

#0041bf #bf7e00

#0041bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0041bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0041bf Color CSS Codes

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

#0041bf Text Font Color

<p style="color:#0041bf">Text here</p>

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


#0041bf Background Color

<div style="background-color:#0041bf">
Div content here</div>

This div background color is #0041bf


#0041bf Border Color

<div style="border:3px solid #0041bf">
Div here</div>

This div border color is #0041bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,65,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0041bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0041bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0041bf;
  box-shadow:         1px 1px 3px 2px #0041bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,65,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0041bf


Comments

No comments written yet.

Please login to write comment.