Color Hex Logo

#092edb Color Hex

#092EDB
(9,46,219)
0 Favorites   0 Comments

Color spaces of #092edb

RGB 946219
HSL0.640.920.45
HSV229°96°86°
CMYK 0.960.790.00   0.14
XYZ13.87587.126567.6621
Yxy7.12650.15650.0804
Hunter Lab26.695546.0637-131.5889
CIE-Lab32.093255.9770-87.7512

#092edb color RGB value is (9,46,219).

#092edb hex color red value is 9, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #092edb hue: 0.64 , saturation: 0.92 and the lightness value of 092edb is 0.45.

The process color (four color CMYK) of #092edb color hex is 0.96, 0.79, 0.00, 0.14. Web safe color of #092edb is #0033cc. Color #092edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101110 11011011
Octal 11 56 333
Decimal 9 46 219
Hex 9 2E DB

RGB Percentages of Color #092edb

%3.28
%16.79
%79.93

CMYK Percentages of Color #092edb

%96
%79
%0
%14

Triadic Colors of #092edb

#092edb #db092e #2edb09

Analogous Colors of #092edb

#092edb #4d09db #0997db

Monochromatic Colors of #092edb

#092edb

Complementary Color

#092edb #dbb609

#092edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#092edb Color CSS Codes

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

#092edb Text Font Color

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

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


#092edb Background Color

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

This div background color is #092edb


#092edb Border Color

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

This div border color is #092edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092edb


Comments

No comments written yet.

Please login to write comment.