color codes Logo

#093cc1 color codes

#093CC1
(9,60,193)
0 Favorites   0 Comments

Color spaces of #093cc1

RGB 960193
HSL0.620.910.40
HSV223°95°76°
CMYK 0.950.690.00   0.24
XYZ11.35427.140051.2318
Yxy7.14000.16280.1024
Hunter Lab26.720829.0869-94.9723
CIE-Lab32.123538.8209-72.5855

#093cc1 color RGB value is (9,60,193).

#093cc1 hex color red value is 9, green value is 60 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #093cc1 hue: 0.62 , saturation: 0.91 and the lightness value of 093cc1 is 0.40.

The process color (four color CMYK) of #093cc1 color code is 0.95, 0.69, 0.00, 0.24. Web safe color of #093cc1 is #0033cc. Color #093cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 11000001
Octal 11 74 301
Decimal 9 60 193
Hex 9 3C C1

RGB Percentages of Color #093cc1

%3.44
%22.90
%73.66

CMYK Percentages of Color #093cc1

%95
%69
%0
%24

Triadic Colors of #093cc1

#093cc1 #c1093c #3cc109

Analogous Colors of #093cc1

#093cc1 #3209c1 #0998c1

Monochromatic Colors of #093cc1

#093cc1

Complementary Color

#093cc1 #c18e09

#093cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093cc1 Color CSS Codes

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

#093cc1 Text Font Color

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

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


#093cc1 Background Color

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

This div background color is #093cc1


#093cc1 Border Color

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

This div border color is #093cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093cc1


Comments

No comments written yet.

Please login to write comment.