Color Hex Logo

#090dbb Color Hex

#090DBB
(9,13,187)
0 Favorites   0 Comments

Color spaces of #090dbb

RGB 913187
HSL0.660.910.38
HSV239°95°73°
CMYK 0.950.930.00   0.27
XYZ9.22623.933847.2867
Yxy3.93380.15260.0651
Hunter Lab19.833848.3246-127.4724
CIE-Lab23.451459.7412-83.4375

#090dbb color RGB value is (9,13,187).

#090dbb hex color red value is 9, green value is 13 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #090dbb hue: 0.66 , saturation: 0.91 and the lightness value of 090dbb is 0.38.

The process color (four color CMYK) of #090dbb color hex is 0.95, 0.93, 0.00, 0.27. Web safe color of #090dbb is #0000cc. Color #090dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 10111011
Octal 11 15 273
Decimal 9 13 187
Hex 9 D BB

RGB Percentages of Color #090dbb

%4.31
%6.22
%89.47

CMYK Percentages of Color #090dbb

%95
%93
%0
%27

Triadic Colors of #090dbb

#090dbb #bb090d #0dbb09

Analogous Colors of #090dbb

#090dbb #5e09bb #0966bb

Monochromatic Colors of #090dbb

#090dbb

Complementary Color

#090dbb #bbb709

#090dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dbb Color CSS Codes

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

#090dbb Text Font Color

<p style="color:#090dbb">Text here</p>

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


#090dbb Background Color

<div style="background-color:#090dbb">
Div content here</div>

This div background color is #090dbb


#090dbb Border Color

<div style="border:3px solid #090dbb">
Div here</div>

This div border color is #090dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,13,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #090dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #090dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #090dbb;
  box-shadow:         1px 1px 3px 2px #090dbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dbb


Comments

No comments written yet.

Please login to write comment.