Color Hex Logo

#092dab Color Hex

#092DAB
(9,45,171)
0 Favorites   0 Comments

Color spaces of #092dab

RGB 945171
HSL0.630.900.35
HSV227°95°67°
CMYK 0.950.740.00   0.33
XYZ8.40174.875139.0262
Yxy4.87510.16060.0932
Hunter Lab22.079629.2831-89.3406
CIE-Lab26.375940.0756-69.0058

#092dab color RGB value is (9,45,171).

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

The process color (four color CMYK) of #092dab color hex is 0.95, 0.74, 0.00, 0.33. Web safe color of #092dab is #003399. Color #092dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00101101 10101011
Octal 11 55 253
Decimal 9 45 171
Hex 9 2D AB

RGB Percentages of Color #092dab

%4.00
%20.00
%76.00

CMYK Percentages of Color #092dab

%95
%74
%0
%33

Triadic Colors of #092dab

#092dab #ab092d #2dab09

Analogous Colors of #092dab

#092dab #3609ab #097eab

Monochromatic Colors of #092dab

#092dab

Complementary Color

#092dab #ab8709

#092dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#092dab Color CSS Codes

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

#092dab Text Font Color

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

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


#092dab Background Color

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

This div background color is #092dab


#092dab Border Color

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

This div border color is #092dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092dab


Comments

No comments written yet.

Please login to write comment.