Color Hex Logo

#193bcd Color Hex

#193BCD
(25,59,205)
0 Favorites   0 Comments

Color spaces of #193bcd

RGB 2559205
HSL0.640.780.45
HSV229°88°80°
CMYK 0.880.710.00   0.20
XYZ12.98437.742458.5677
Yxy7.74240.16370.0976
Hunter Lab27.825234.6010-105.3187
CIE-Lab33.440544.4058-77.4109

#193bcd color RGB value is (25,59,205).

#193bcd hex color red value is 25, green value is 59 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #193bcd hue: 0.64 , saturation: 0.78 and the lightness value of 193bcd is 0.45.

The process color (four color CMYK) of #193bcd color hex is 0.88, 0.71, 0.00, 0.20. Web safe color of #193bcd is #0033cc. Color #193bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111011 11001101
Octal 31 73 315
Decimal 25 59 205
Hex 19 3B CD

RGB Percentages of Color #193bcd

%8.65
%20.42
%70.93

CMYK Percentages of Color #193bcd

%88
%71
%0
%20

Triadic Colors of #193bcd

#193bcd #cd193b #3bcd19

Analogous Colors of #193bcd

#193bcd #5119cd #1995cd

Monochromatic Colors of #193bcd

#193bcd

Complementary Color

#193bcd #cdab19

#193bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#193bcd Color CSS Codes

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

#193bcd Text Font Color

<p style="color:#193bcd">Text here</p>

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


#193bcd Background Color

<div style="background-color:#193bcd">
Div content here</div>

This div background color is #193bcd


#193bcd Border Color

<div style="border:3px solid #193bcd">
Div here</div>

This div border color is #193bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,59,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #193bcd;
  box-shadow:         1px 1px 3px 2px #193bcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,59,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193bcd


Comments

No comments written yet.

Please login to write comment.