Color Hex Logo

#1963cc Color Hex

#1963CC
(25,99,204)
0 Favorites   0 Comments

Color spaces of #1963cc

RGB 2599204
HSL0.600.780.45
HSV215°88°80°
CMYK 0.880.510.00   0.20
XYZ15.761813.490058.8998
Yxy13.49000.17880.1530
Hunter Lab36.728712.3264-69.3699
CIE-Lab43.492518.2673-60.3869

#1963cc color RGB value is (25,99,204).

#1963cc hex color red value is 25, green value is 99 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #1963cc hue: 0.60 , saturation: 0.78 and the lightness value of 1963cc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01100011 11001100
Octal 31 143 314
Decimal 25 99 204
Hex 19 63 CC

RGB Percentages of Color #1963cc

%7.62
%30.18
%62.20

CMYK Percentages of Color #1963cc

%88
%51
%0
%20

Triadic Colors of #1963cc

#1963cc #cc1963 #63cc19

Analogous Colors of #1963cc

#1963cc #2919cc #19bdcc

Monochromatic Colors of #1963cc

#1963cc

Complementary Color

#1963cc #cc8219

#1963cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1963cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1963cc Color CSS Codes

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

#1963cc Text Font Color

<p style="color:#1963cc">Text here</p>

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


#1963cc Background Color

<div style="background-color:#1963cc">
Div content here</div>

This div background color is #1963cc


#1963cc Border Color

<div style="border:3px solid #1963cc">
Div here</div>

This div border color is #1963cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,99,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1963cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1963cc;
  -webkit-box-shadow: 1px 1px 3px 2px #1963cc;
  box-shadow:         1px 1px 3px 2px #1963cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1963cc


Comments

No comments written yet.

Please login to write comment.