Color spaces of #0f69bf
RGB | 15 | 105 | 191 |
---|---|---|---|
HSL | 0.58 | 0.85 | 0.40 |
HSV | 209° | 92° | 75° |
CMYK | 0.92 | 0.45 | 0.00 0.25 |
XYZ | 14.6525 | 13.9663 | 51.2137 |
Yxy | 13.9663 | 0.1835 | 0.1749 |
Hunter Lab | 37.3715 | 4.5855 | -55.0906 |
CIE-Lab | 44.1846 | 8.6823 | -51.7723 |
#0f69bf color RGB value is (15,105,191).
#0f69bf hex color red value is 15, green value is 105 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0f69bf hue: 0.58 , saturation: 0.85 and the lightness value of 0f69bf is 0.40.
The process color (four color CMYK) of #0f69bf color hex is 0.92, 0.45, 0.00, 0.25. Web safe color of #0f69bf is #0066cc. Color #0f69bf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001111 | 01101001 | 10111111 |
Octal | 17 | 151 | 277 |
Decimal | 15 | 105 | 191 |
Hex | F | 69 | BF |
Shades of #0f69bf
Tints of #0f69bf
RGB Percentages of Color #0f69bf
CMYK Percentages of Color #0f69bf
Complementary Color
#0f69bf | #bf650f |
#0f69bf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0f69bf Color Preview on White Background
Lorem ipsum dolor sit amet.
#0f69bf Color CSS Codes
.mybgcolor {background-color:#0f69bf; } .myforecolor {color:#0f69bf; } .mybordercolor {border:3px solid #0f69bf; }
#0f69bf Text Font Color
<p style="color:#0f69bf">Text here</p>
This sample text font color is #0f69bf
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.
#0f69bf Background Color
<div style="background-color:#0f69bf">
Div content here</div>
This div background color is #0f69bf
#0f69bf Border Color
<div style="border:3px solid #0f69bf">
Div here</div>
This div border color is #0f69bf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(15,105,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0f69bf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0f69bf; -webkit-box-shadow: 1px 1px 3px 2px #0f69bf; box-shadow: 1px 1px 3px 2px #0f69bf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(15,105,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 #0f69bf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0f69bf; -webkit-box-shadow: 1px 1px 3px 2px #0f69bf; box-shadow: 1px 1px 3px 2px #0f69bf;">
Div content here</div>
This div box has shadow with color #0f69bf
Comments
No comments written yet.
Please login to write comment.