Color Hex Logo

#0b21be Color Hex

#0B21BE
(11,33,190)
0 Favorites   0 Comments

Color spaces of #0b21be

RGB 1133190
HSL0.650.890.39
HSV233°94°75°
CMYK 0.940.830.00   0.25
XYZ9.97614.876649.1307
Yxy4.87660.15590.0762
Hunter Lab22.083041.9928-116.4513
CIE-Lab26.380353.1809-80.3314

#0b21be color RGB value is (11,33,190).

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

The process color (four color CMYK) of #0b21be color hex is 0.94, 0.83, 0.00, 0.25. Web safe color of #0b21be is #0033cc. Color #0b21be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00100001 10111110
Octal 13 41 276
Decimal 11 33 190
Hex B 21 BE

RGB Percentages of Color #0b21be

%4.70
%14.10
%81.20

CMYK Percentages of Color #0b21be

%94
%83
%0
%25

Triadic Colors of #0b21be

#0b21be #be0b21 #21be0b

Analogous Colors of #0b21be

#0b21be #4e0bbe #0b7bbe

Monochromatic Colors of #0b21be

#0b21be

Complementary Color

#0b21be #bea80b

#0b21be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b21be Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b21be Color CSS Codes

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

#0b21be Text Font Color

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

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


#0b21be Background Color

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

This div background color is #0b21be


#0b21be Border Color

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

This div border color is #0b21be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b21be


Comments

No comments written yet.

Please login to write comment.