Color Hex Logo

#1965ba Color Hex

#1965BA
(25,101,186)
0 Favorites   0 Comments

Color spaces of #1965ba

RGB 25101186
HSL0.590.760.41
HSV212°87°73°
CMYK 0.870.460.00   0.27
XYZ13.917513.059248.2415
Yxy13.05920.18500.1736
Hunter Lab36.13755.5044-53.8525
CIE-Lab42.85239.8649-51.0002

#1965ba color RGB value is (25,101,186).

#1965ba hex color red value is 25, green value is 101 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #1965ba hue: 0.59 , saturation: 0.76 and the lightness value of 1965ba is 0.41.

The process color (four color CMYK) of #1965ba color hex is 0.87, 0.46, 0.00, 0.27. Web safe color of #1965ba is #0066cc. Color #1965ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100101 10111010
Octal 31 145 272
Decimal 25 101 186
Hex 19 65 BA

RGB Percentages of Color #1965ba

%8.01
%32.37
%59.62

CMYK Percentages of Color #1965ba

%87
%46
%0
%27

Triadic Colors of #1965ba

#1965ba #ba1965 #65ba19

Analogous Colors of #1965ba

#1965ba #1d19ba #19b6ba

Monochromatic Colors of #1965ba

#1965ba

Complementary Color

#1965ba #ba6e19

#1965ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1965ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1965ba Color CSS Codes

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

#1965ba Text Font Color

<p style="color:#1965ba">Text here</p>

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


#1965ba Background Color

<div style="background-color:#1965ba">
Div content here</div>

This div background color is #1965ba


#1965ba Border Color

<div style="border:3px solid #1965ba">
Div here</div>

This div border color is #1965ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,101,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1965ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1965ba;
  -webkit-box-shadow: 1px 1px 3px 2px #1965ba;
  box-shadow:         1px 1px 3px 2px #1965ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1965ba


Comments

No comments written yet.

Please login to write comment.