Color Hex Logo

#0b1dfb Color Hex

#0B1DFB
(11,29,251)
0 Favorites   0 Comments

Color spaces of #0b1dfb

RGB 1129251
HSL0.650.970.51
HSV236°96°98°
CMYK 0.960.880.00   0.02
XYZ17.99007.914991.8463
Yxy7.91490.15280.0672
Hunter Lab28.133464.9088-173.8687
CIE-Lab33.805072.4018-103.1012

#0b1dfb color RGB value is (11,29,251).

#0b1dfb hex color red value is 11, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #0b1dfb hue: 0.65 , saturation: 0.97 and the lightness value of 0b1dfb is 0.51.

The process color (four color CMYK) of #0b1dfb color hex is 0.96, 0.88, 0.00, 0.02. Web safe color of #0b1dfb is #0033ff. Color #0b1dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00011101 11111011
Octal 13 35 373
Decimal 11 29 251
Hex B 1D FB

RGB Percentages of Color #0b1dfb

%3.78
%9.97
%86.25

CMYK Percentages of Color #0b1dfb

%96
%88
%0
%2

Triadic Colors of #0b1dfb

#0b1dfb #fb0b1d #1dfb0b

Analogous Colors of #0b1dfb

#0b1dfb #710bfb #0b95fb

Monochromatic Colors of #0b1dfb

#0b1dfb

Complementary Color

#0b1dfb #fbe90b

#0b1dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b1dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b1dfb Color CSS Codes

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

#0b1dfb Text Font Color

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

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


#0b1dfb Background Color

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

This div background color is #0b1dfb


#0b1dfb Border Color

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

This div border color is #0b1dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b1dfb


Comments

No comments written yet.

Please login to write comment.