Color Hex Logo

#09558c Color Hex

#09558C
(9,85,140)
0 Favorites   0 Comments

Color spaces of #09558c

RGB 985140
HSL0.570.880.29
HSV205°94°55°
CMYK 0.940.390.00   0.45
XYZ8.09488.448526.0150
Yxy8.44850.19020.1985
Hunter Lab29.0663-1.1548-32.7195
CIE-Lab34.90000.5882-36.3450

#09558c color RGB value is (9,85,140).

#09558c hex color red value is 9, green value is 85 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #09558c hue: 0.57 , saturation: 0.88 and the lightness value of 09558c is 0.29.

The process color (four color CMYK) of #09558c color hex is 0.94, 0.39, 0.00, 0.45. Web safe color of #09558c is #006699. Color #09558c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01010101 10001100
Octal 11 125 214
Decimal 9 85 140
Hex 9 55 8C

RGB Percentages of Color #09558c

%3.85
%36.32
%59.83

CMYK Percentages of Color #09558c

%94
%39
%0
%45

Triadic Colors of #09558c

#09558c #8c0955 #558c09

Analogous Colors of #09558c

#09558c #09148c #098c82

Monochromatic Colors of #09558c

#09558c

Complementary Color

#09558c #8c4009

#09558c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09558c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09558c Color CSS Codes

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

#09558c Text Font Color

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

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


#09558c Background Color

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

This div background color is #09558c


#09558c Border Color

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

This div border color is #09558c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,85,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09558c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09558c;
  -webkit-box-shadow: 1px 1px 3px 2px #09558c;
  box-shadow:         1px 1px 3px 2px #09558c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09558c


Comments

No comments written yet.

Please login to write comment.