Color Hex Logo

#0241bd Color Hex

#0241BD
(2,65,189)
0 Favorites   0 Comments

Color spaces of #0241bd

RGB 265189
HSL0.610.980.37
HSV220°99°74°
CMYK 0.990.660.00   0.26
XYZ11.10067.467649.0004
Yxy7.46760.16430.1105
Hunter Lab27.326924.6873-87.1852
CIE-Lab32.848533.8486-69.0434

#0241bd color RGB value is (2,65,189).

#0241bd hex color red value is 2, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0241bd hue: 0.61 , saturation: 0.98 and the lightness value of 0241bd is 0.37.

The process color (four color CMYK) of #0241bd color hex is 0.99, 0.66, 0.00, 0.26. Web safe color of #0241bd is #0033cc. Color #0241bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 01000001 10111101
Octal 2 101 275
Decimal 2 65 189
Hex 2 41 BD

RGB Percentages of Color #0241bd

%0.78
%25.39
%73.83

CMYK Percentages of Color #0241bd

%99
%66
%0
%26

Triadic Colors of #0241bd

#0241bd #bd0241 #41bd02

Analogous Colors of #0241bd

#0241bd #2002bd #029fbd

Monochromatic Colors of #0241bd

#0241bd

Complementary Color

#0241bd #bd7e02

#0241bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0241bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0241bd Color CSS Codes

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

#0241bd Text Font Color

<p style="color:#0241bd">Text here</p>

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


#0241bd Background Color

<div style="background-color:#0241bd">
Div content here</div>

This div background color is #0241bd


#0241bd Border Color

<div style="border:3px solid #0241bd">
Div here</div>

This div border color is #0241bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,65,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0241bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0241bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0241bd;
  box-shadow:         1px 1px 3px 2px #0241bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0241bd


Comments

No comments written yet.

Please login to write comment.