Color Hex Logo

#193dab Color Hex

#193DAB
(25,61,171)
0 Favorites   0 Comments

Color spaces of #193dab

RGB 2561171
HSL0.630.740.38
HSV225°85°67°
CMYK 0.850.640.00   0.33
XYZ9.42036.484439.2832
Yxy6.48440.17070.1175
Hunter Lab25.464521.4712-73.6395
CIE-Lab30.603130.5151-62.0288

#193dab color RGB value is (25,61,171).

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

The process color (four color CMYK) of #193dab color hex is 0.85, 0.64, 0.00, 0.33. Web safe color of #193dab is #003399. Color #193dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111101 10101011
Octal 31 75 253
Decimal 25 61 171
Hex 19 3D AB

RGB Percentages of Color #193dab

%9.73
%23.74
%66.54

CMYK Percentages of Color #193dab

%85
%64
%0
%33

Triadic Colors of #193dab

#193dab #ab193d #3dab19

Analogous Colors of #193dab

#193dab #3e19ab #1986ab

Monochromatic Colors of #193dab

#193dab

Complementary Color

#193dab #ab8719

#193dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#193dab Color CSS Codes

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

#193dab Text Font Color

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

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


#193dab Background Color

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

This div background color is #193dab


#193dab Border Color

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

This div border color is #193dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193dab


Comments

No comments written yet.

Please login to write comment.