Color spaces of #0959bf
RGB | 9 | 89 | 191 |
---|---|---|---|
HSL | 0.59 | 0.91 | 0.39 |
HSV | 214° | 95° | 75° |
CMYK | 0.95 | 0.53 | 0.00 0.25 |
XYZ | 13.0890 | 10.9644 | 50.7167 |
Yxy | 10.9644 | 0.1751 | 0.1466 |
Hunter Lab | 33.1125 | 12.6120 | -67.6325 |
CIE-Lab | 39.5204 | 18.8896 | -59.3091 |
#0959bf color RGB value is (9,89,191).
#0959bf hex color red value is 9, green value is 89 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0959bf hue: 0.59 , saturation: 0.91 and the lightness value of 0959bf is 0.39.
The process color (four color CMYK) of #0959bf color hex is 0.95, 0.53, 0.00, 0.25. Web safe color of #0959bf is #0066cc. Color #0959bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001001 | 01011001 | 10111111 |
Octal | 11 | 131 | 277 |
Decimal | 9 | 89 | 191 |
Hex | 9 | 59 | BF |
Shades of #0959bf
Tints of #0959bf
RGB Percentages of Color #0959bf
CMYK Percentages of Color #0959bf
Complementary Color
#0959bf | #bf6f09 |
#0959bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0959bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0959bf Color CSS Codes
.mybgcolor {background-color:#0959bf; } .myforecolor {color:#0959bf; } .mybordercolor {border:3px solid #0959bf; }
#0959bf Text Font Color
<p style="color:#0959bf">Text here</p>
This sample text font color is #0959bf
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.
#0959bf Background Color
<div style="background-color:#0959bf">
Div content here</div>
This div background color is #0959bf
#0959bf Border Color
<div style="border:3px solid #0959bf">
Div here</div>
This div border color is #0959bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(9,89,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0959bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0959bf; -webkit-box-shadow: 1px 1px 3px 2px #0959bf; box-shadow: 1px 1px 3px 2px #0959bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(9,89,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 #0959bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0959bf; -webkit-box-shadow: 1px 1px 3px 2px #0959bf; box-shadow: 1px 1px 3px 2px #0959bf;">
Div content here</div>
This div box has shadow with color #0959bf
Comments
No comments written yet.
Please login to write comment.