Color Hex Logo

#09649b Color Hex

#09649B
(9,100,155)
0 Favorites   0 Comments

Color spaces of #09649b

RGB 9100155
HSL0.560.890.32
HSV203°94°61°
CMYK 0.940.350.00   0.39
XYZ10.586211.539032.6796
Yxy11.53900.19320.2105
Hunter Lab33.9691-3.8178-33.2609
CIE-Lab40.4738-2.8541-36.5380

#09649b color RGB value is (9,100,155).

#09649b hex color red value is 9, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #09649b hue: 0.56 , saturation: 0.89 and the lightness value of 09649b is 0.32.

The process color (four color CMYK) of #09649b color hex is 0.94, 0.35, 0.00, 0.39. Web safe color of #09649b is #006699. Color #09649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100100 10011011
Octal 11 144 233
Decimal 9 100 155
Hex 9 64 9B

RGB Percentages of Color #09649b

%3.41
%37.88
%58.71

CMYK Percentages of Color #09649b

%94
%35
%0
%39

Triadic Colors of #09649b

#09649b #9b0964 #649b09

Analogous Colors of #09649b

#09649b #091b9b #099b89

Monochromatic Colors of #09649b

#09649b

Complementary Color

#09649b #9b4009

#09649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#09649b Color CSS Codes

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

#09649b Text Font Color

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

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


#09649b Background Color

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

This div background color is #09649b


#09649b Border Color

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

This div border color is #09649b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,100,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09649b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09649b;
  -webkit-box-shadow: 1px 1px 3px 2px #09649b;
  box-shadow:         1px 1px 3px 2px #09649b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09649b


Comments

No comments written yet.

Please login to write comment.