Color Hex Logo

#09197c Color Hex

#09197C
(9,25,124)
0 Favorites   0 Comments

Color spaces of #09197c

RGB 925124
HSL0.640.860.26
HSV232°93°49°
CMYK 0.930.800.00   0.51
XYZ4.09842.208619.2791
Yxy2.20860.16020.0863
Hunter Lab14.861423.2186-66.5118
CIE-Lab16.546035.0480-56.1930

#09197c color RGB value is (9,25,124).

#09197c hex color red value is 9, green value is 25 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #09197c hue: 0.64 , saturation: 0.86 and the lightness value of 09197c is 0.26.

The process color (four color CMYK) of #09197c color hex is 0.93, 0.80, 0.00, 0.51. Web safe color of #09197c is #000066. Color #09197c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011001 01111100
Octal 11 31 174
Decimal 9 25 124
Hex 9 19 7C

RGB Percentages of Color #09197c

%5.70
%15.82
%78.48

CMYK Percentages of Color #09197c

%93
%80
%0
%51

Triadic Colors of #09197c

#09197c #7c0919 #197c09

Analogous Colors of #09197c

#09197c #33097c #09527c

Monochromatic Colors of #09197c

#09197c

Complementary Color

#09197c #7c6c09

#09197c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09197c Color Preview on White Background

Lorem ipsum dolor sit amet.

#09197c Color CSS Codes

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

#09197c Text Font Color

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

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


#09197c Background Color

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

This div background color is #09197c


#09197c Border Color

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

This div border color is #09197c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09197c


Comments

No comments written yet.

Please login to write comment.