Color Hex Logo

#090bbf Color Hex

#090BBF
(9,11,191)
0 Favorites   0 Comments

Color spaces of #090bbf

RGB 911191
HSL0.660.910.39
HSV239°95°75°
CMYK 0.950.940.00   0.25
XYZ9.63634.059049.5658
Yxy4.05900.15230.0642
Hunter Lab20.147050.1194-131.7631
CIE-Lab23.865561.3114-85.1186

#090bbf color RGB value is (9,11,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001011 10111111
Octal 11 13 277
Decimal 9 11 191
Hex 9 B BF

RGB Percentages of Color #090bbf

%4.27
%5.21
%90.52

CMYK Percentages of Color #090bbf

%95
%94
%0
%25

Triadic Colors of #090bbf

#090bbf #bf090b #0bbf09

Analogous Colors of #090bbf

#090bbf #6209bf #0966bf

Monochromatic Colors of #090bbf

#090bbf

Complementary Color

#090bbf #bfbd09

#090bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#090bbf Color CSS Codes

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

#090bbf Text Font Color

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

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


#090bbf Background Color

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

This div background color is #090bbf


#090bbf Border Color

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

This div border color is #090bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090bbf


Comments

No comments written yet.

Please login to write comment.