Color Hex Logo

#092250 Color Hex

#092250
(9,34,80)
0 Favorites   0 Comments

Color spaces of #092250

RGB 93480
HSL0.610.800.17
HSV219°89°31°
CMYK 0.890.580.00   0.69
XYZ2.13271.78137.8208
Yxy1.78130.18170.1518
Hunter Lab13.34655.1668-25.4002
CIE-Lab14.295010.4447-30.9042

#092250 color RGB value is (9,34,80).

#092250 hex color red value is 9, green value is 34 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #092250 hue: 0.61 , saturation: 0.80 and the lightness value of 092250 is 0.17.

The process color (four color CMYK) of #092250 color hex is 0.89, 0.58, 0.00, 0.69. Web safe color of #092250 is #003366. Color #092250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100010 01010000
Octal 11 42 120
Decimal 9 34 80
Hex 9 22 50

RGB Percentages of Color #092250

%7.32
%27.64
%65.04

CMYK Percentages of Color #092250

%89
%58
%0
%69

Triadic Colors of #092250

#092250 #500922 #225009

Analogous Colors of #092250

#092250 #130950 #094650

Monochromatic Colors of #092250

#092250

Complementary Color

#092250 #503709

#092250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092250 Color CSS Codes

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

#092250 Text Font Color

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

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


#092250 Background Color

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

This div background color is #092250


#092250 Border Color

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

This div border color is #092250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092250


Comments

No comments written yet.

Please login to write comment.