Color Hex Logo

#090163 Color Hex

#090163
(9,1,99)
0 Favorites   0 Comments

Color spaces of #090163

RGB 9199
HSL0.680.980.20
HSV245°99°39°
CMYK 0.910.990.00   0.61
XYZ2.37560.980611.8685
Yxy0.98060.15600.0644
Hunter Lab9.902525.4924-64.1292
CIE-Lab8.828839.1685-52.7296

#090163 color RGB value is (9,1,99).

#090163 hex color red value is 9, green value is 1 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #090163 hue: 0.68 , saturation: 0.98 and the lightness value of 090163 is 0.20.

The process color (four color CMYK) of #090163 color hex is 0.91, 0.99, 0.00, 0.61. Web safe color of #090163 is #000066. Color #090163 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000001 01100011
Octal 11 1 143
Decimal 9 1 99
Hex 9 1 63

RGB Percentages of Color #090163

%8.26
%0.92
%90.83

CMYK Percentages of Color #090163

%91
%99
%0
%61

Triadic Colors of #090163

#090163 #630901 #016309

Analogous Colors of #090163

#090163 #3a0163 #012a63

Monochromatic Colors of #090163

#090163

Complementary Color

#090163 #5b6301

#090163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#090163 Color CSS Codes

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

#090163 Text Font Color

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

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


#090163 Background Color

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

This div background color is #090163


#090163 Border Color

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

This div border color is #090163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090163


Comments

No comments written yet.

Please login to write comment.