Color Hex Logo

#1b09ae Color Hex

#1B09AE
(27,9,174)
0 Favorites   0 Comments

Color spaces of #1b09ae

RGB 279174
HSL0.680.900.36
HSV247°95°68°
CMYK 0.840.950.00   0.32
XYZ8.18973.484440.2853
Yxy3.48440.15760.0671
Hunter Lab18.666545.6480-114.8904
CIE-Lab21.887957.5311-78.2554

#1b09ae color RGB value is (27,9,174).

#1b09ae hex color red value is 27, green value is 9 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1b09ae hue: 0.68 , saturation: 0.90 and the lightness value of 1b09ae is 0.36.

The process color (four color CMYK) of #1b09ae color hex is 0.84, 0.95, 0.00, 0.32. Web safe color of #1b09ae is #330099. Color #1b09ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00001001 10101110
Octal 33 11 256
Decimal 27 9 174
Hex 1B 9 AE

RGB Percentages of Color #1b09ae

%12.86
%4.29
%82.86

CMYK Percentages of Color #1b09ae

%84
%95
%0
%32

Triadic Colors of #1b09ae

#1b09ae #ae1b09 #09ae1b

Analogous Colors of #1b09ae

#1b09ae #6e09ae #094aae

Monochromatic Colors of #1b09ae

#1b09ae

Complementary Color

#1b09ae #9cae09

#1b09ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b09ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b09ae Color CSS Codes

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

#1b09ae Text Font Color

<p style="color:#1b09ae">Text here</p>

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


#1b09ae Background Color

<div style="background-color:#1b09ae">
Div content here</div>

This div background color is #1b09ae


#1b09ae Border Color

<div style="border:3px solid #1b09ae">
Div here</div>

This div border color is #1b09ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,9,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b09ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b09ae;
  -webkit-box-shadow: 1px 1px 3px 2px #1b09ae;
  box-shadow:         1px 1px 3px 2px #1b09ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b09ae


Comments

No comments written yet.

Please login to write comment.