Color Hex Logo

#0941af Color Hex

#0941AF
(9,65,175)
0 Favorites   0 Comments

Color spaces of #0941af

RGB 965175
HSL0.610.900.36
HSV220°95°69°
CMYK 0.950.630.00   0.31
XYZ9.74086.933841.3824
Yxy6.93380.16780.1194
Hunter Lab26.332119.9497-74.7451
CIE-Lab31.655728.5728-62.7061

#0941af color RGB value is (9,65,175).

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

The process color (four color CMYK) of #0941af color hex is 0.95, 0.63, 0.00, 0.31. Web safe color of #0941af is #003399. Color #0941af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 10101111
Octal 11 101 257
Decimal 9 65 175
Hex 9 41 AF

RGB Percentages of Color #0941af

%3.61
%26.10
%70.28

CMYK Percentages of Color #0941af

%95
%63
%0
%31

Triadic Colors of #0941af

#0941af #af0941 #41af09

Analogous Colors of #0941af

#0941af #2409af #0994af

Monochromatic Colors of #0941af

#0941af

Complementary Color

#0941af #af7709

#0941af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0941af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0941af Color CSS Codes

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

#0941af Text Font Color

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

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


#0941af Background Color

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

This div background color is #0941af


#0941af Border Color

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

This div border color is #0941af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,65,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 #0941af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0941af


Comments

No comments written yet.

Please login to write comment.