Color Hex Logo

#1973cb Color Hex

#1973CB
(25,115,203)
0 Favorites   0 Comments

Color spaces of #1973cb

RGB 25115203
HSL0.580.780.45
HSV210°88°80°
CMYK 0.880.430.00   0.20
XYZ17.311116.779958.8264
Yxy16.77990.18630.1806
Hunter Lab40.96333.7485-56.4707
CIE-Lab47.98157.6387-52.5794

#1973cb color RGB value is (25,115,203).

#1973cb hex color red value is 25, green value is 115 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1973cb hue: 0.58 , saturation: 0.78 and the lightness value of 1973cb is 0.45.

The process color (four color CMYK) of #1973cb color hex is 0.88, 0.43, 0.00, 0.20. Web safe color of #1973cb is #0066cc. Color #1973cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01110011 11001011
Octal 31 163 313
Decimal 25 115 203
Hex 19 73 CB

RGB Percentages of Color #1973cb

%7.29
%33.53
%59.18

CMYK Percentages of Color #1973cb

%88
%43
%0
%20

Triadic Colors of #1973cb

#1973cb #cb1973 #73cb19

Analogous Colors of #1973cb

#1973cb #191acb #19cbca

Monochromatic Colors of #1973cb

#1973cb

Complementary Color

#1973cb #cb7119

#1973cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1973cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1973cb Color CSS Codes

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

#1973cb Text Font Color

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

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


#1973cb Background Color

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

This div background color is #1973cb


#1973cb Border Color

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

This div border color is #1973cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,115,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 #1973cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1973cb


Comments

No comments written yet.

Please login to write comment.