Color Hex Logo

#0021bd Color Hex

#0021BD
(0,33,189)
0 Favorites   0 Comments

Color spaces of #0021bd

RGB 033189
HSL0.641.000.37
HSV230°100°74°
CMYK 1.000.830.00   0.26
XYZ9.72924.761848.5505
Yxy4.76180.15430.0755
Hunter Lab21.821541.3970-116.6385
CIE-Lab26.045152.6637-80.3031

#0021bd color RGB value is (0,33,189).

#0021bd hex color red value is 0, green value is 33 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0021bd hue: 0.64 , saturation: 1.00 and the lightness value of 0021bd is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00100001 10111101
Octal 0 41 275
Decimal 0 33 189
Hex 0 21 BD

RGB Percentages of Color #0021bd

%0.00
%14.86
%85.14

CMYK Percentages of Color #0021bd

%100
%83
%0
%26

Triadic Colors of #0021bd

#0021bd #bd0021 #21bd00

Analogous Colors of #0021bd

#0021bd #3e00bd #0080bd

Monochromatic Colors of #0021bd

#0021bd

Complementary Color

#0021bd #bd9c00

#0021bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0021bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0021bd Color CSS Codes

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

#0021bd Text Font Color

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

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


#0021bd Background Color

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

This div background color is #0021bd


#0021bd Border Color

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

This div border color is #0021bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,33,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 #0021bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0021bd


Comments

No comments written yet.

Please login to write comment.