Color spaces of #193ebf
RGB | 25 | 62 | 191 |
---|---|---|---|
HSL | 0.63 | 0.77 | 0.42 |
HSV | 227° | 87° | 75° |
CMYK | 0.87 | 0.68 | 0.00 0.25 |
XYZ | 11.5275 | 7.4135 | 50.1136 |
Yxy | 7.4135 | 0.1669 | 0.1074 |
Hunter Lab | 27.2277 | 27.9236 | -90.0659 |
CIE-Lab | 32.7303 | 37.4520 | -70.3993 |
#193ebf color RGB value is (25,62,191).
#193ebf hex color red value is 25, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #193ebf hue: 0.63 , saturation: 0.77 and the lightness value of 193ebf is 0.42.
The process color (four color CMYK) of #193ebf color hex is 0.87, 0.68, 0.00, 0.25. Web safe color of #193ebf is #0033cc. Color #193ebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011001 | 00111110 | 10111111 |
Octal | 31 | 76 | 277 |
Decimal | 25 | 62 | 191 |
Hex | 19 | 3E | BF |
Shades of #193ebf
Tints of #193ebf
RGB Percentages of Color #193ebf
CMYK Percentages of Color #193ebf
Complementary Color
#193ebf | #bf9a19 |
#193ebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#193ebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#193ebf Color CSS Codes
.mybgcolor {background-color:#193ebf; } .myforecolor {color:#193ebf; } .mybordercolor {border:3px solid #193ebf; }
#193ebf Text Font Color
<p style="color:#193ebf">Text here</p>
This sample text font color is #193ebf
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.
#193ebf Background Color
<div style="background-color:#193ebf">
Div content here</div>
This div background color is #193ebf
#193ebf Border Color
<div style="border:3px solid #193ebf">
Div here</div>
This div border color is #193ebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(25,62,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #193ebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #193ebf; -webkit-box-shadow: 1px 1px 3px 2px #193ebf; box-shadow: 1px 1px 3px 2px #193ebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(25,62,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 #193ebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #193ebf; -webkit-box-shadow: 1px 1px 3px 2px #193ebf; box-shadow: 1px 1px 3px 2px #193ebf;">
Div content here</div>
This div box has shadow with color #193ebf
Comments
No comments written yet.
Please login to write comment.