Color Hex Logo

#092cbb Color Hex

#092CBB
(9,44,187)
0 Favorites   0 Comments

Color spaces of #092cbb

RGB 944187
HSL0.630.910.38
HSV228°95°73°
CMYK 0.950.760.00   0.27
XYZ9.98305.447347.5390
Yxy5.44730.15850.0865
Hunter Lab23.339535.5059-104.4273
CIE-Lab27.972946.3705-75.9107

#092cbb color RGB value is (9,44,187).

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

The process color (four color CMYK) of #092cbb color hex is 0.95, 0.76, 0.00, 0.27. Web safe color of #092cbb is #0033cc. Color #092cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101100 10111011
Octal 11 54 273
Decimal 9 44 187
Hex 9 2C BB

RGB Percentages of Color #092cbb

%3.75
%18.33
%77.92

CMYK Percentages of Color #092cbb

%95
%76
%0
%27

Triadic Colors of #092cbb

#092cbb #bb092c #2cbb09

Analogous Colors of #092cbb

#092cbb #3f09bb #0985bb

Monochromatic Colors of #092cbb

#092cbb

Complementary Color

#092cbb #bb9809

#092cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#092cbb Color CSS Codes

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

#092cbb Text Font Color

<p style="color:#092cbb">Text here</p>

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


#092cbb Background Color

<div style="background-color:#092cbb">
Div content here</div>

This div background color is #092cbb


#092cbb Border Color

<div style="border:3px solid #092cbb">
Div here</div>

This div border color is #092cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092cbb


Comments

No comments written yet.

Please login to write comment.