Color Hex Logo

#0959cc Color Hex

#0959CC
(9,89,204)
0 Favorites   1 Comments

Color spaces of #0959cc

RGB 989204
HSL0.600.920.42
HSV215°96°80°
CMYK 0.960.560.00   0.20
XYZ14.584111.562558.5899
Yxy11.56250.17210.1365
Hunter Lab34.003717.0518-78.3568
CIE-Lab40.512224.0938-65.2390

#0959cc color RGB value is (9,89,204).

#0959cc hex color red value is 9, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #0959cc hue: 0.60 , saturation: 0.92 and the lightness value of 0959cc is 0.42.

The process color (four color CMYK) of #0959cc color hex is 0.96, 0.56, 0.00, 0.20. Web safe color of #0959cc is #0066cc. Color #0959cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011001 11001100
Octal 11 131 314
Decimal 9 89 204
Hex 9 59 CC

RGB Percentages of Color #0959cc

%2.98
%29.47
%67.55

CMYK Percentages of Color #0959cc

%96
%56
%0
%20

Triadic Colors of #0959cc

#0959cc #cc0959 #59cc09

Analogous Colors of #0959cc

#0959cc #1a09cc #09bbcc

Monochromatic Colors of #0959cc

#0959cc

Complementary Color

#0959cc #cc7c09

#0959cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0959cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0959cc Color CSS Codes

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

#0959cc Text Font Color

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

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


#0959cc Background Color

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

This div background color is #0959cc


#0959cc Border Color

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

This div border color is #0959cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0959cc


Comments

5 Mar 2022, 19:48 kaplego

Bootstrap primary color

Please login to write comment.