Color Hex Logo

#194cca Color Hex

#194CCA
(25,76,202)
0 Favorites   0 Comments

Color spaces of #194cca

RGB 2576202
HSL0.620.780.45
HSV223°88°79°
CMYK 0.880.620.00   0.21
XYZ13.64609.639857.0186
Yxy9.63980.16990.1200
Hunter Lab31.048024.1190-87.1504
CIE-Lab37.188032.5549-69.5028

#194cca color RGB value is (25,76,202).

#194cca hex color red value is 25, green value is 76 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #194cca hue: 0.62 , saturation: 0.78 and the lightness value of 194cca is 0.45.

The process color (four color CMYK) of #194cca color hex is 0.88, 0.62, 0.00, 0.21. Web safe color of #194cca is #0033cc. Color #194cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001100 11001010
Octal 31 114 312
Decimal 25 76 202
Hex 19 4C CA

RGB Percentages of Color #194cca

%8.25
%25.08
%66.67

CMYK Percentages of Color #194cca

%88
%62
%0
%21

Triadic Colors of #194cca

#194cca #ca194c #4cca19

Analogous Colors of #194cca

#194cca #3f19ca #19a5ca

Monochromatic Colors of #194cca

#194cca

Complementary Color

#194cca #ca9719

#194cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#194cca Color CSS Codes

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

#194cca Text Font Color

<p style="color:#194cca">Text here</p>

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


#194cca Background Color

<div style="background-color:#194cca">
Div content here</div>

This div background color is #194cca


#194cca Border Color

<div style="border:3px solid #194cca">
Div here</div>

This div border color is #194cca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,76,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #194cca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #194cca;
  -webkit-box-shadow: 1px 1px 3px 2px #194cca;
  box-shadow:         1px 1px 3px 2px #194cca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194cca


Comments

No comments written yet.

Please login to write comment.