Color Hex Logo

#0909bf Color Hex

#0909BF
(9,9,191)
0 Favorites   0 Comments

Color spaces of #0909bf

RGB 99191
HSL0.670.910.39
HSV240°95°75°
CMYK 0.950.950.00   0.25
XYZ9.61434.015049.5585
Yxy4.01500.15220.0635
Hunter Lab20.037550.5816-132.6153
CIE-Lab23.721061.7570-85.3603

#0909bf color RGB value is (9,9,191).

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

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

Base Numbers

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

RGB Percentages of Color #0909bf

%4.31
%4.31
%91.39

CMYK Percentages of Color #0909bf

%95
%95
%0
%25

Triadic Colors of #0909bf

#0909bf #bf0909 #09bf09

Analogous Colors of #0909bf

#0909bf #6409bf #0964bf

Monochromatic Colors of #0909bf

#0909bf

Complementary Color

#0909bf #bfbf09

#0909bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0909bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0909bf Color CSS Codes

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

#0909bf Text Font Color

<p style="color:#0909bf">Text here</p>

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


#0909bf Background Color

<div style="background-color:#0909bf">
Div content here</div>

This div background color is #0909bf


#0909bf Border Color

<div style="border:3px solid #0909bf">
Div here</div>

This div border color is #0909bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,9,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 #0909bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0909bf


Comments

No comments written yet.

Please login to write comment.