Color Hex Logo

#092650 Color Hex

#092650
(9,38,80)
0 Favorites   0 Comments

Color spaces of #092650

RGB 93880
HSL0.600.800.17
HSV215°89°31°
CMYK 0.890.530.00   0.69
XYZ2.25372.02357.8612
Yxy2.02350.18570.1667
Hunter Lab14.22503.3865-22.8082
CIE-Lab15.61017.3942-28.7796

#092650 color RGB value is (9,38,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00100110 01010000
Octal 11 46 120
Decimal 9 38 80
Hex 9 26 50

RGB Percentages of Color #092650

%7.09
%29.92
%62.99

CMYK Percentages of Color #092650

%89
%53
%0
%69

Triadic Colors of #092650

#092650 #500926 #265009

Analogous Colors of #092650

#092650 #100950 #094950

Monochromatic Colors of #092650

#092650

Complementary Color

#092650 #503309

#092650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#092650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#092650 Color CSS Codes

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

#092650 Text Font Color

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

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


#092650 Background Color

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

This div background color is #092650


#092650 Border Color

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

This div border color is #092650


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #092650


Comments

No comments written yet.

Please login to write comment.