Color Hex Logo

#092dbc Color Hex

#092DBC
(9,45,188)
0 Favorites   0 Comments

Color spaces of #092dbc

RGB 945188
HSL0.630.910.39
HSV228°95°74°
CMYK 0.950.760.00   0.26
XYZ10.12815.565748.1174
Yxy5.56570.15870.0872
Hunter Lab23.591735.3458-104.4129
CIE-Lab28.289246.1445-75.9782

#092dbc color RGB value is (9,45,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101101 10111100
Octal 11 55 274
Decimal 9 45 188
Hex 9 2D BC

RGB Percentages of Color #092dbc

%3.72
%18.60
%77.69

CMYK Percentages of Color #092dbc

%95
%76
%0
%26

Triadic Colors of #092dbc

#092dbc #bc092d #2dbc09

Analogous Colors of #092dbc

#092dbc #3e09bc #0987bc

Monochromatic Colors of #092dbc

#092dbc

Complementary Color

#092dbc #bc9809

#092dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#092dbc Color CSS Codes

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

#092dbc Text Font Color

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

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


#092dbc Background Color

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

This div background color is #092dbc


#092dbc Border Color

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

This div border color is #092dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092dbc


Comments

No comments written yet.

Please login to write comment.