Color spaces of #194275
RGB | 25 | 66 | 117 |
---|---|---|---|
HSL | 0.59 | 0.65 | 0.28 |
HSV | 213° | 79° | 46° |
CMYK | 0.79 | 0.44 | 0.00 0.54 |
XYZ | 5.5600 | 5.3875 | 17.5765 |
Yxy | 5.3875 | 0.1949 | 0.1889 |
Hunter Lab | 23.2110 | 2.1390 | -28.6496 |
CIE-Lab | 27.8114 | 5.2533 | -33.3613 |
#194275 color RGB value is (25,66,117).
#194275 hex color red value is 25, green value is 66 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #194275 hue: 0.59 , saturation: 0.65 and the lightness value of 194275 is 0.28.
The process color (four color CMYK) of #194275 color hex is 0.79, 0.44, 0.00, 0.54. Web safe color of #194275 is #003366. Color #194275 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 01000010 | 01110101 |
Octal | 31 | 102 | 165 |
Decimal | 25 | 66 | 117 |
Hex | 19 | 42 | 75 |
Shades of #194275
Tints of #194275
RGB Percentages of Color #194275
CMYK Percentages of Color #194275
Complementary Color
#194275 | #754c19 |
#194275 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#194275 Color Preview on White Background
Lorem ipsum dolor sit amet.
#194275 Color CSS Codes
.mybgcolor {background-color:#194275; } .myforecolor {color:#194275; } .mybordercolor {border:3px solid #194275; }
#194275 Text Font Color
<p style="color:#194275">Text here</p>
This sample text font color is #194275
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.
#194275 Background Color
<div style="background-color:#194275">
Div content here</div>
This div background color is #194275
#194275 Border Color
<div style="border:3px solid #194275">
Div here</div>
This div border color is #194275
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,66,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #194275; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #194275; -webkit-box-shadow: 1px 1px 3px 2px #194275; box-shadow: 1px 1px 3px 2px #194275; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,66,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #194275">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #194275; -webkit-box-shadow: 1px 1px 3px 2px #194275; box-shadow: 1px 1px 3px 2px #194275;">
Div content here</div>
This div box has shadow with color #194275
Comments
No comments written yet.
Please login to write comment.