Color spaces of #419abf
RGB | 65 | 154 | 191 |
---|---|---|---|
HSL | 0.55 | 0.50 | 0.50 |
HSV | 198° | 66° | 75° |
CMYK | 0.66 | 0.19 | 0.00 0.25 |
XYZ | 23.1395 | 27.9966 | 53.4745 |
Yxy | 27.9966 | 0.2212 | 0.2676 |
Hunter Lab | 52.9118 | -14.5337 | -22.8822 |
CIE-Lab | 59.8857 | -14.8870 | -26.9573 |
#419abf color RGB value is (65,154,191).
#419abf hex color red value is 65, green value is 154 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #419abf hue: 0.55 , saturation: 0.50 and the lightness value of 419abf is 0.50.
The process color (four color CMYK) of #419abf color hex is 0.66, 0.19, 0.00, 0.25. Web safe color of #419abf is #3399cc. Color #419abf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01000001 | 10011010 | 10111111 |
Octal | 101 | 232 | 277 |
Decimal | 65 | 154 | 191 |
Hex | 41 | 9A | BF |
Shades of #419abf
Tints of #419abf
RGB Percentages of Color #419abf
CMYK Percentages of Color #419abf
Complementary Color
#419abf | #bf6641 |
#419abf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#419abf Color Preview on White Background
Lorem ipsum dolor sit amet.
#419abf Color CSS Codes
.mybgcolor {background-color:#419abf; } .myforecolor {color:#419abf; } .mybordercolor {border:3px solid #419abf; }
#419abf Text Font Color
<p style="color:#419abf">Text here</p>
This sample text font color is #419abf
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.
#419abf Background Color
<div style="background-color:#419abf">
Div content here</div>
This div background color is #419abf
#419abf Border Color
<div style="border:3px solid #419abf">
Div here</div>
This div border color is #419abf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(65,154,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #419abf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #419abf; -webkit-box-shadow: 1px 1px 3px 2px #419abf; box-shadow: 1px 1px 3px 2px #419abf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(65,154,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #419abf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #419abf; -webkit-box-shadow: 1px 1px 3px 2px #419abf; box-shadow: 1px 1px 3px 2px #419abf;">
Div content here</div>
This div box has shadow with color #419abf
Comments
No comments written yet.
Please login to write comment.