Color Hex Logo

#193dcf Color Hex

#193DCF
(25,61,207)
0 Favorites   0 Comments

Color spaces of #193dcf

RGB 2561207
HSL0.630.780.45
HSV228°88°81°
CMYK 0.880.710.00   0.19
XYZ13.33218.049259.8824
Yxy8.04920.16410.0991
Hunter Lab28.371134.2309-105.2826
CIE-Lab34.085143.9063-77.5076

#193dcf color RGB value is (25,61,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 11001111
Octal 31 75 317
Decimal 25 61 207
Hex 19 3D CF

RGB Percentages of Color #193dcf

%8.53
%20.82
%70.65

CMYK Percentages of Color #193dcf

%88
%71
%0
%19

Triadic Colors of #193dcf

#193dcf #cf193d #3dcf19

Analogous Colors of #193dcf

#193dcf #5019cf #1998cf

Monochromatic Colors of #193dcf

#193dcf

Complementary Color

#193dcf #cfab19

#193dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dcf Color CSS Codes

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

#193dcf Text Font Color

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

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


#193dcf Background Color

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

This div background color is #193dcf


#193dcf Border Color

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

This div border color is #193dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dcf


Comments

No comments written yet.

Please login to write comment.