Color Hex Logo

#0d21bc Color Hex

#0D21BC
(13,33,188)
0 Favorites   0 Comments

Color spaces of #0d21bc

RGB 1333188
HSL0.650.870.39
HSV233°93°74°
CMYK 0.930.820.00   0.26
XYZ9.78694.804147.9884
Yxy4.80410.15640.0768
Hunter Lab21.918341.3465-114.4683
CIE-Lab26.169252.5902-79.4971

#0d21bc color RGB value is (13,33,188).

#0d21bc hex color red value is 13, green value is 33 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0d21bc hue: 0.65 , saturation: 0.87 and the lightness value of 0d21bc is 0.39.

The process color (four color CMYK) of #0d21bc color hex is 0.93, 0.82, 0.00, 0.26. Web safe color of #0d21bc is #0033cc. Color #0d21bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00100001 10111100
Octal 15 41 274
Decimal 13 33 188
Hex D 21 BC

RGB Percentages of Color #0d21bc

%5.56
%14.10
%80.34

CMYK Percentages of Color #0d21bc

%93
%82
%0
%26

Triadic Colors of #0d21bc

#0d21bc #bc0d21 #21bc0d

Analogous Colors of #0d21bc

#0d21bc #510dbc #0d79bc

Monochromatic Colors of #0d21bc

#0d21bc

Complementary Color

#0d21bc #bca80d

#0d21bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d21bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d21bc Color CSS Codes

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

#0d21bc Text Font Color

<p style="color:#0d21bc">Text here</p>

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


#0d21bc Background Color

<div style="background-color:#0d21bc">
Div content here</div>

This div background color is #0d21bc


#0d21bc Border Color

<div style="border:3px solid #0d21bc">
Div here</div>

This div border color is #0d21bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d21bc


Comments

No comments written yet.

Please login to write comment.