Color Hex Logo

#0728cb Color Hex

#0728CB
(7,40,203)
0 Favorites   0 Comments

Color spaces of #0728cb

RGB 740203
HSL0.640.930.41
HSV230°97°80°
CMYK 0.970.800.00   0.20
XYZ11.62595.874657.0211
Yxy5.87460.15600.0788
Hunter Lab24.237643.2043-122.5188
CIE-Lab29.093953.8285-83.4607

#0728cb color RGB value is (7,40,203).

#0728cb hex color red value is 7, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0728cb hue: 0.64 , saturation: 0.93 and the lightness value of 0728cb is 0.41.

The process color (four color CMYK) of #0728cb color hex is 0.97, 0.80, 0.00, 0.20. Web safe color of #0728cb is #0033cc. Color #0728cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00101000 11001011
Octal 7 50 313
Decimal 7 40 203
Hex 7 28 CB

RGB Percentages of Color #0728cb

%2.80
%16.00
%81.20

CMYK Percentages of Color #0728cb

%97
%80
%0
%20

Triadic Colors of #0728cb

#0728cb #cb0728 #28cb07

Analogous Colors of #0728cb

#0728cb #4807cb #078acb

Monochromatic Colors of #0728cb

#0728cb

Complementary Color

#0728cb #cbaa07

#0728cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0728cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0728cb Color CSS Codes

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

#0728cb Text Font Color

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

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


#0728cb Background Color

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

This div background color is #0728cb


#0728cb Border Color

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

This div border color is #0728cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,40,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0728cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0728cb;
  -webkit-box-shadow: 1px 1px 3px 2px #0728cb;
  box-shadow:         1px 1px 3px 2px #0728cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,40,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0728cb


Comments

No comments written yet.

Please login to write comment.