Color Hex Logo

#091cca Color Hex

#091CCA
(9,28,202)
0 Favorites   0 Comments

Color spaces of #091cca

RGB 928202
HSL0.650.910.41
HSV234°96°79°
CMYK 0.960.860.00   0.21
XYZ11.18865.152956.2820
Yxy5.15290.15410.0710
Hunter Lab22.700048.2558-131.1126
CIE-Lab27.166058.9865-86.0850

#091cca color RGB value is (9,28,202).

#091cca hex color red value is 9, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #091cca hue: 0.65 , saturation: 0.91 and the lightness value of 091cca is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011100 11001010
Octal 11 34 312
Decimal 9 28 202
Hex 9 1C CA

RGB Percentages of Color #091cca

%3.77
%11.72
%84.52

CMYK Percentages of Color #091cca

%96
%86
%0
%21

Triadic Colors of #091cca

#091cca #ca091c #1cca09

Analogous Colors of #091cca

#091cca #5609ca #097dca

Monochromatic Colors of #091cca

#091cca

Complementary Color

#091cca #cab709

#091cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#091cca Color CSS Codes

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

#091cca Text Font Color

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

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


#091cca Background Color

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

This div background color is #091cca


#091cca Border Color

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

This div border color is #091cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091cca


Comments

No comments written yet.

Please login to write comment.