Color Hex Logo

#09157d Color Hex

#09157D
(9,21,125)
0 Favorites   0 Comments

Color spaces of #09157d

RGB 921125
HSL0.650.870.26
HSV234°93°49°
CMYK 0.930.830.00   0.51
XYZ4.08252.075119.5874
Yxy2.07510.15860.0806
Hunter Lab14.405225.3786-70.5356
CIE-Lab15.876537.7065-57.9426

#09157d color RGB value is (9,21,125).

#09157d hex color red value is 9, green value is 21 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #09157d hue: 0.65 , saturation: 0.87 and the lightness value of 09157d is 0.26.

The process color (four color CMYK) of #09157d color hex is 0.93, 0.83, 0.00, 0.51. Web safe color of #09157d is #000066. Color #09157d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010101 01111101
Octal 11 25 175
Decimal 9 21 125
Hex 9 15 7D

RGB Percentages of Color #09157d

%5.81
%13.55
%80.65

CMYK Percentages of Color #09157d

%93
%83
%0
%51

Triadic Colors of #09157d

#09157d #7d0915 #157d09

Analogous Colors of #09157d

#09157d #37097d #094f7d

Monochromatic Colors of #09157d

#09157d

Complementary Color

#09157d #7d7109

#09157d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09157d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09157d Color CSS Codes

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

#09157d Text Font Color

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

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


#09157d Background Color

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

This div background color is #09157d


#09157d Border Color

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

This div border color is #09157d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,21,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09157d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09157d;
  -webkit-box-shadow: 1px 1px 3px 2px #09157d;
  box-shadow:         1px 1px 3px 2px #09157d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09157d


Comments

No comments written yet.

Please login to write comment.