Color Hex Logo

#091ad1 Color Hex

#091AD1
(9,26,209)
0 Favorites   0 Comments

Color spaces of #091ad1

RGB 926209
HSL0.650.920.43
HSV235°96°82°
CMYK 0.960.880.00   0.18
XYZ11.99075.400360.7320
Yxy5.40030.15350.0691
Hunter Lab23.238551.4356-138.6825
CIE-Lab27.846161.7763-89.0359

#091ad1 color RGB value is (9,26,209).

#091ad1 hex color red value is 9, green value is 26 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #091ad1 hue: 0.65 , saturation: 0.92 and the lightness value of 091ad1 is 0.43.

The process color (four color CMYK) of #091ad1 color hex is 0.96, 0.88, 0.00, 0.18. Web safe color of #091ad1 is #0033cc. Color #091ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011010 11010001
Octal 11 32 321
Decimal 9 26 209
Hex 9 1A D1

RGB Percentages of Color #091ad1

%3.69
%10.66
%85.66

CMYK Percentages of Color #091ad1

%96
%88
%0
%18

Triadic Colors of #091ad1

#091ad1 #d1091a #1ad109

Analogous Colors of #091ad1

#091ad1 #5c09d1 #097ed1

Monochromatic Colors of #091ad1

#091ad1

Complementary Color

#091ad1 #d1c009

#091ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#091ad1 Color CSS Codes

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

#091ad1 Text Font Color

<p style="color:#091ad1">Text here</p>

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


#091ad1 Background Color

<div style="background-color:#091ad1">
Div content here</div>

This div background color is #091ad1


#091ad1 Border Color

<div style="border:3px solid #091ad1">
Div here</div>

This div border color is #091ad1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,26,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #091ad1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #091ad1;
  -webkit-box-shadow: 1px 1px 3px 2px #091ad1;
  box-shadow:         1px 1px 3px 2px #091ad1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091ad1


Comments

No comments written yet.

Please login to write comment.