Color Hex Logo

#1b09db Color Hex

#1B09DB
(27,9,219)
0 Favorites   0 Comments

Color spaces of #1b09db

RGB 279219
HSL0.680.920.45
HSV245°96°86°
CMYK 0.880.960.00   0.14
XYZ13.33595.542967.3848
Yxy5.54290.15460.0643
Hunter Lab23.543459.9086-153.2169
CIE-Lab28.228669.1745-94.1807

#1b09db color RGB value is (27,9,219).

#1b09db hex color red value is 27, green value is 9 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1b09db hue: 0.68 , saturation: 0.92 and the lightness value of 1b09db is 0.45.

The process color (four color CMYK) of #1b09db color hex is 0.88, 0.96, 0.00, 0.14. Web safe color of #1b09db is #3300cc. Color #1b09db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00001001 11011011
Octal 33 11 333
Decimal 27 9 219
Hex 1B 9 DB

RGB Percentages of Color #1b09db

%10.59
%3.53
%85.88

CMYK Percentages of Color #1b09db

%88
%96
%0
%14

Triadic Colors of #1b09db

#1b09db #db1b09 #09db1b

Analogous Colors of #1b09db

#1b09db #8409db #0960db

Monochromatic Colors of #1b09db

#1b09db

Complementary Color

#1b09db #c9db09

#1b09db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b09db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b09db Color CSS Codes

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

#1b09db Text Font Color

<p style="color:#1b09db">Text here</p>

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


#1b09db Background Color

<div style="background-color:#1b09db">
Div content here</div>

This div background color is #1b09db


#1b09db Border Color

<div style="border:3px solid #1b09db">
Div here</div>

This div border color is #1b09db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,9,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b09db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b09db;
  -webkit-box-shadow: 1px 1px 3px 2px #1b09db;
  box-shadow:         1px 1px 3px 2px #1b09db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b09db


Comments

No comments written yet.

Please login to write comment.