Color Hex Logo

#0913af Color Hex

#0913AF
(9,19,175)
0 Favorites   0 Comments

Color spaces of #0913af

RGB 919175
HSL0.660.900.36
HSV236°95°69°
CMYK 0.950.890.00   0.31
XYZ8.08343.619040.8299
Yxy3.61900.15390.0689
Hunter Lab19.023742.5555-113.9357
CIE-Lab22.369654.4951-78.0690

#0913af color RGB value is (9,19,175).

#0913af hex color red value is 9, green value is 19 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0913af hue: 0.66 , saturation: 0.90 and the lightness value of 0913af is 0.36.

The process color (four color CMYK) of #0913af color hex is 0.95, 0.89, 0.00, 0.31. Web safe color of #0913af is #000099. Color #0913af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00010011 10101111
Octal 11 23 257
Decimal 9 19 175
Hex 9 13 AF

RGB Percentages of Color #0913af

%4.43
%9.36
%86.21

CMYK Percentages of Color #0913af

%95
%89
%0
%31

Triadic Colors of #0913af

#0913af #af0913 #13af09

Analogous Colors of #0913af

#0913af #5209af #0966af

Monochromatic Colors of #0913af

#0913af

Complementary Color

#0913af #afa509

#0913af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0913af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0913af Color CSS Codes

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

#0913af Text Font Color

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

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


#0913af Background Color

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

This div background color is #0913af


#0913af Border Color

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

This div border color is #0913af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,19,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0913af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0913af;
  -webkit-box-shadow: 1px 1px 3px 2px #0913af;
  box-shadow:         1px 1px 3px 2px #0913af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0913af


Comments

No comments written yet.

Please login to write comment.